#AF4CAB

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

Shades of Violet Blue #AF4CAB

Tints of Violet Blue #AF4CAB

Color information

#AF4CAB (or 0xAF4CAB) is unknown color: approx Violet Blue. HEX triplet: AF, 4C and AB. RGB value is (175,76,171). Sum of RGB (Red+Green+Blue) = 175+76+171=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4CAB is #50B354. Grayscale: #747474. Windows color (decimal): -5288789 or 11226287. OLE color: 11226287.

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

Color convert

RGB17576171-
CMYK00.570.020.31
HSL302.42º39.44%49.22%-
HSV(B)302.42º56.57%68.63%-
XYZ27.6117.2240.4-
YUV116.43158.8169.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 76 (30.08% from 255) = 18.01%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=41.47%
G=18.01%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757617100.570.020.31302.4239.4449.22
HexAF4CAB03921F12e2731
Octal2571142530712374564761
Binary1010111110011001010101101110011011111100101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4CAB; }

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

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

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

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

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

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

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

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