#AF4AA8

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

Shades of Violet Blue #AF4AA8

Tints of Violet Blue #AF4AA8

Color information

#AF4AA8 (or 0xAF4AA8) is unknown color: approx Violet Blue. HEX triplet: AF, 4A and A8. RGB value is (175,74,168). Sum of RGB (Red+Green+Blue) = 175+74+168=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AA8 is #50B557. Grayscale: #727272. Windows color (decimal): -5289304 or 11029167. OLE color: 11029167.

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

Color convert

RGB17574168-
CMYK00.580.040.31
HSL304.16º40.56%48.82%-
HSV(B)304.16º57.71%68.63%-
XYZ27.216.8438.86-
YUV114.92157.96170.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 168 (66.02% from 255) = 40.29%
R=41.97%
G=17.75%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757416800.580.040.31304.1640.5648.82
HexAF4AA803A41F1302931
Octal2571122500724374605161
Binary10101111100101010101000011101010011111100110000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4AA8; }

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

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

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

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

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

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

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

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