#AF4AA6

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

Shades of Violet Blue #AF4AA6

Tints of Violet Blue #AF4AA6

Color information

#AF4AA6 (or 0xAF4AA6) is unknown color: approx Violet Blue. HEX triplet: AF, 4A and A6. RGB value is (175,74,166). Sum of RGB (Red+Green+Blue) = 175+74+166=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AA6 is #50B559. Grayscale: #727272. Windows color (decimal): -5289306 or 10898095. OLE color: 10898095.

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

Color convert

RGB17574166-
CMYK00.580.050.31
HSL305.35º40.56%48.82%-
HSV(B)305.35º57.71%68.63%-
XYZ27.0116.7637.89-
YUV114.69156.96171.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 166 (65.23% from 255) = 40%
R=42.17%
G=17.83%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757416600.580.050.31305.3540.5648.82
HexAF4AA603A51F1312931
Octal2571122460725374615161
Binary10101111100101010100110011101010111111100110001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4AA6; }

 p { color: rgb(175,74,166); }

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

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

 a { background-color: rgb(175,74,166); }

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

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

 span { border-color: rgb(175,74,166); }

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