#AF4DAC

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

Shades of Violet Blue #AF4DAC

Tints of Violet Blue #AF4DAC

Color information

#AF4DAC (or 0xAF4DAC) is unknown color: approx Violet Blue. HEX triplet: AF, 4D and AC. RGB value is (175,77,172). Sum of RGB (Red+Green+Blue) = 175+77+172=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4DAC is #50B253. Grayscale: #747474. Windows color (decimal): -5288532 or 11292079. OLE color: 11292079.

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

Color convert

RGB17577172-
CMYK00.560.020.31
HSL301.84º38.89%49.41%-
HSV(B)301.84º56%68.63%-
XYZ27.7817.440.92-
YUV117.13158.97169.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=41.27%
G=18.16%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757717200.560.020.31301.8438.8949.41
HexAF4DAC03821F12e2731
Octal2571152540702374564761
Binary1010111110011011010110001110001011111100101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DAC; }

 p { color: rgb(175,77,172); }

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

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

 a { background-color: rgb(175,77,172); }

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

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

 span { border-color: rgb(175,77,172); }

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