#AF4AA4

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

Shades of Violet Blue #AF4AA4

Tints of Violet Blue #AF4AA4

Color information

#AF4AA4 (or 0xAF4AA4) is unknown color: approx Violet Blue. HEX triplet: AF, 4A and A4. RGB value is (175,74,164). Sum of RGB (Red+Green+Blue) = 175+74+164=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AA4 is #50B55B. Grayscale: #727272. Windows color (decimal): -5289308 or 10767023. OLE color: 10767023.

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

Color convert

RGB17574164-
CMYK00.580.060.31
HSL306.53º40.56%48.82%-
HSV(B)306.53º57.71%68.63%-
XYZ26.8316.6936.93-
YUV114.46155.96171.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 164 (64.45% from 255) = 39.71%
R=42.37%
G=17.92%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757416400.580.060.31306.5340.5648.82
HexAF4AA403A61F1332931
Octal2571122440726374635161
Binary10101111100101010100100011101011011111100110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4AA4; }

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

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

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

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

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

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

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

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