Html Css Color HEX #AF0C95 Medium Violet Red

📋 copy color: '#AF0C95'

red 175 ◦ green 12 ◦ blue 149

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

Shades of Medium Violet Red #AF0C95

Tints of Medium Violet Red #AF0C95

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.57%

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

R = 52.08%
G = 3.57%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0C95 (or 0xAF0C95) is known color: Medium Violet Red. HEX triplet: AF, 0C and 95. RGB value is (175,12,149). Sum of RGB (Red+Green+Blue) = 175+12+149=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C95 is #50F36A. Grayscale: #4B4B4B. Windows color (decimal): -5305195 or 9768111. OLE color: 9768111.

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

Color convert

RGB 175 12 149 -
CMYK 0 0.93 0.15 0.31
HSL 309.57º 0.87% 0.37% -
HSV(B) 309.57º 0.93% 0.69% -
XYZ 23.24 11.55 29.44 -
YUV 76.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 175 12 149 0 0.93 0.15 0.31 309.57 0.87 0.37
Hex AF C 95 0 5D F 1F 136 57 25
Octal 257 14 225 0 135 17 37 466 127 45
Binary 10101111 1100 10010101 0 1011101 1111 11111 100110110 1010111 100101

Color Harmonies of #AF0C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C95

Black with #AF0C95

Text Example


Text Example

White with #AF0C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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