Html Css Color HEX #AF0A95 Medium Violet Red

📋 copy color: '#AF0A95'

red 175 ◦ green 10 ◦ blue 149

#AF0A95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #AF0A95

Tints of Medium Violet Red #AF0A95

RGB

 RED value IS 175 (68.75% from 255) = 52.4%

 GREEN value IS 10 (4.3% from 255) = 2.99%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 52.4%
G = 2.99%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0A95 (or 0xAF0A95) is known color: Medium Violet Red. HEX triplet: AF, 0A and 95. RGB value is (175,10,149). Sum of RGB (Red+Green+Blue) = 175+10+149=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A95 is #50F56A. Grayscale: #4A4A4A. Windows color (decimal): -5305707 or 9767599. OLE color: 9767599.

HSL color Cylindrical-coordinate representation of color #AF0A95: hue angle of 309.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A95 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 10 149 -
CMYK 0 0.94 0.15 0.31
HSL 309.45º 0.89% 0.36% -
HSV(B) 309.45º 0.94% 0.69% -
XYZ 23.21 11.5 29.43 -
YUV 75.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 175 10 149 0 0.94 0.15 0.31 309.45 0.89 0.36
Hex AF A 95 0 5E F 1F 135 59 24
Octal 257 12 225 0 136 17 37 465 131 44
Binary 10101111 1010 10010101 0 1011110 1111 11111 100110101 1011001 100100

Color Harmonies of #AF0A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A95

Black with #AF0A95

Text Example


Text Example

White with #AF0A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A95; }

 p { color: rgb(175,10,149); }

 H1.HeaderClassName
 {
   color: #AF0A95;
 }
 .AnyTagClassName
 {
   color: #AF0A95;
 }
</style>

background-color css

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

 a { background-color: rgb(175,10,149); }

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

border-color css

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

 span { border-color: rgb(175,10,149); }

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