#AF1DA2

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

Shades of Medium Violet Red #AF1DA2

Tints of Medium Violet Red #AF1DA2

Color information

#AF1DA2 (or 0xAF1DA2) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1D and A2. RGB value is (175,29,162). Sum of RGB (Red+Green+Blue) = 175+29+162=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DA2 is #50E25D. Grayscale: #575757. Windows color (decimal): -5300830 or 10624431. OLE color: 10624431.

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

Color convert

RGB17529162-
CMYK00.830.070.31
HSL305.34º71.57%40%-
HSV(B)305.34º83.43%68.63%-
XYZ24.6412.635.32-
YUV87.82169.87190.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 29 (11.72% from 255) = 7.92%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=47.81%
G=7.92%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752916200.830.070.31305.3471.5740
HexAF1DA205371F1314828
Octal25735242012373746111050
Binary10101111111011010001001010011111111111001100011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1DA2; }

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

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

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

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

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

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

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

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