#A867B4

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

Shades of Violet Blue #A867B4

Tints of Violet Blue #A867B4

Color information

#A867B4 (or 0xA867B4) is unknown color: approx Violet Blue. HEX triplet: A8, 67 and B4. RGB value is (168,103,180). Sum of RGB (Red+Green+Blue) = 168+103+180=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #A867B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867B4 is #57984B. Grayscale: #828282. Windows color (decimal): -5740620 or 11823016. OLE color: 11823016.

HSL color Cylindrical-coordinate representation of color #A867B4: hue angle of 290.65º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A867B4 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168103180-
CMYK0.070.4300.29
HSL290.65º33.92%55.49%-
HSV(B)290.65º42.78%70.59%-
XYZ29.2421.3245.75-
YUV131.21155.53154.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=37.25%
G=22.84%
B=39.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681031800.070.4300.29290.6533.9255.49
HexA867B472B01D1232237
Octal2501472647530354434267
Binary10101000110011110110100111101011011101100100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A867B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A867B4; }

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

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

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

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

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

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

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

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