#AF52A4

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

Shades of Violet Blue #AF52A4

Tints of Violet Blue #AF52A4

Color information

#AF52A4 (or 0xAF52A4) is unknown color: approx Violet Blue. HEX triplet: AF, 52 and A4. RGB value is (175,82,164). Sum of RGB (Red+Green+Blue) = 175+82+164=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF52A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF52A4 is #50AD5B. Grayscale: #767676. Windows color (decimal): -5287260 or 10769071. OLE color: 10769071.

HSL color Cylindrical-coordinate representation of color #AF52A4: hue angle of 307.1º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF52A4 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17582164-
CMYK00.530.060.31
HSL307.1º36.76%50.39%-
HSV(B)307.1º53.14%68.63%-
XYZ27.417.8337.12-
YUV119.16153.31167.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=41.57%
G=19.48%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758216400.530.060.31307.136.7650.39
HexAF52A403561F1332532
Octal2571222440656374634562
Binary10101111101001010100100011010111011111100110011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF52A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF52A4; }

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

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

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

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

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

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

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

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