#A867AD

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

Shades of Violet Blue #A867AD

Tints of Violet Blue #A867AD

Color information

#A867AD (or 0xA867AD) is unknown color: approx Violet Blue. HEX triplet: A8, 67 and AD. RGB value is (168,103,173). Sum of RGB (Red+Green+Blue) = 168+103+173=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #A867AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A867AD is #579852. Grayscale: #828282. Windows color (decimal): -5740627 or 11364264. OLE color: 11364264.

HSL color Cylindrical-coordinate representation of color #A867AD: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A867AD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168103173-
CMYK0.030.4000.32
HSL295.71º29.91%54.12%-
HSV(B)295.71º40.46%67.84%-
XYZ28.5421.0442.09-
YUV130.42152.03154.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=37.84%
G=23.20%
B=38.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681031730.030.4000.32295.7129.9154.12
HexA867AD3280201281e36
Octal2501472553500404503666
Binary1010100011001111010110111101000010000010010100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A867AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A867AD; }

 p { color: rgb(168,103,173); }

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

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

 a { background-color: rgb(168,103,173); }

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

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

 span { border-color: rgb(168,103,173); }

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