#AF6CAB

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

Shades of Violet Blue #AF6CAB

Tints of Violet Blue #AF6CAB

Color information

#AF6CAB (or 0xAF6CAB) is unknown color: approx Violet Blue. HEX triplet: AF, 6C and AB. RGB value is (175,108,171). Sum of RGB (Red+Green+Blue) = 175+108+171=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CAB is #509354. Grayscale: #878787. Windows color (decimal): -5280597 or 11234479. OLE color: 11234479.

HSL color Cylindrical-coordinate representation of color #AF6CAB: hue angle of 303.58º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6CAB is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175108171-
CMYK00.380.020.31
HSL303.58º29.52%55.49%-
HSV(B)303.58º38.29%68.63%-
XYZ30.3922.7841.32-
YUV135.21148.2156.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=38.55%
G=23.79%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510817100.380.020.31303.5829.5255.49
HexAF6CAB02621F1301e37
Octal2571542530462374603667
Binary101011111101100101010110100110101111110011000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CAB; }

 p { color: rgb(175,108,171); }

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

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

 a { background-color: rgb(175,108,171); }

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

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

 span { border-color: rgb(175,108,171); }

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