#AF48A2

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

Shades of Violet Blue #AF48A2

Tints of Violet Blue #AF48A2

Color information

#AF48A2 (or 0xAF48A2) is unknown color: approx Violet Blue. HEX triplet: AF, 48 and A2. RGB value is (175,72,162). Sum of RGB (Red+Green+Blue) = 175+72+162=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF48A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF48A2 is #50B75D. Grayscale: #707070. Windows color (decimal): -5289822 or 10635439. OLE color: 10635439.

HSL color Cylindrical-coordinate representation of color #AF48A2: hue angle of 307.57º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF48A2 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17572162-
CMYK00.590.070.31
HSL307.57º41.7%48.43%-
HSV(B)307.57º58.86%68.63%-
XYZ26.5216.3635.94-
YUV113.06155.62172.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 162 (63.67% from 255) = 39.61%
R=42.79%
G=17.60%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757216200.590.070.31307.5741.748.43
HexAF48A203B71F1342a30
Octal2571102420737374645260
Binary10101111100100010100010011101111111111100110100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF48A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF48A2; }

 p { color: rgb(175,72,162); }

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

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

 a { background-color: rgb(175,72,162); }

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

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

 span { border-color: rgb(175,72,162); }

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