#af4ca4

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

Shades of Violet Blue #AF4CA4

Tints of Violet Blue #AF4CA4

Color information

#AF4CA4 (or 0xAF4CA4) is unknown color: approx Violet Blue. HEX triplet: AF, 4C and A4. RGB value is (175,76,164). Sum of RGB (Red+Green+Blue) = 175+76+164=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4CA4 is #50B35B. Grayscale: #737373. Windows color (decimal): -5288796 or 10767535. OLE color: 10767535.

HSL color Cylindrical-coordinate representation of color #AF4CA4: hue angle of 306.67º 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 #AF4CA4 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17576164-
CMYK00.570.060.31
HSL306.67º39.44%49.22%-
HSV(B)306.67º56.57%68.63%-
XYZ26.9616.9636.97-
YUV115.63155.3170.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 76 (30.08% from 255) = 18.31%
BLUE value IS 164 (64.45% from 255) = 39.52%
R=42.17%
G=18.31%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757616400.570.060.31306.6739.4449.22
HexAF4CA403961F1332731
Octal2571142440716374634761
Binary10101111100110010100100011100111011111100110011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4ca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4ca4; }

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

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

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

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

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

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

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

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