#a834a9

Color #A834A9 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A834A9

Tints of Violet Blue #A834A9

Color information

#A834A9 (or 0xA834A9) is unknown color: approx Violet Blue. HEX triplet: A8, 34 and A9. RGB value is (168,52,169). Sum of RGB (Red+Green+Blue) = 168+52+169=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #A834A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A834A9 is #57CB56. Grayscale: #636363. Windows color (decimal): -5753687 or 11089064. OLE color: 11089064.

HSL color Cylindrical-coordinate representation of color #A834A9: hue angle of 299.49º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A834A9 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16852169-
CMYK0.010.6900.34
HSL299.49º52.94%43.33%-
HSV(B)299.49º69.23%66.27%-
XYZ24.5413.6538.88-
YUV100.02166.93176.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 52 (20.70% from 255) = 13.37%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=43.19%
G=13.37%
B=43.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168521690.010.6900.34299.4952.9443.33
HexA834A914502212b352b
Octal2506425111050424536553
Binary1010100011010010101001110001010100010100101011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a834a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a834a9; }

 p { color: rgb(168,52,169); }

 H1.HeaderClassName
 {
   color: #a834a9;
 }
 .AnyTagClassName
 {
   color: #a834a9;
 }
</style>
background-color css

<style>
 a { background-color: #a834a9; }

 a { background-color: rgb(168,52,169); }

 div.DivClassName
 {
   background-color: #a834a9;
 }
 .BgClassName
 {
   background-color: #a834a9;
 }
</style>
border-color css

<style>
 span { border-color: #a834a9; }

 span { border-color: rgb(168,52,169); }

 td.TdClassName
 {
   border-color: #a834a9;
 }
 .TagClassName
 {
   border-color: #a834a9;
 }
</style>