Html Css Color HEX #AF0C97 Medium Violet Red

📋 copy color: '#AF0C97'

red 175 ◦ green 12 ◦ blue 151

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

Shades of Medium Violet Red #AF0C97

Tints of Medium Violet Red #AF0C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 51.78%
G = 3.55%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0C97 (or 0xAF0C97) is known color: Medium Violet Red. HEX triplet: AF, 0C and 97. RGB value is (175,12,151). Sum of RGB (Red+Green+Blue) = 175+12+151=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C97 is #50F368. Grayscale: #4C4C4C. Windows color (decimal): -5305193 or 9899183. OLE color: 9899183.

HSL color Cylindrical-coordinate representation of color #AF0C97: hue angle of 308.83º 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 #AF0C97 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 12 151 -
CMYK 0 0.93 0.14 0.31
HSL 308.83º 0.87% 0.37% -
HSV(B) 308.83º 0.93% 0.69% -
XYZ 23.4 11.61 30.29 -
YUV 76.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 175 12 151 0 0.93 0.14 0.31 308.83 0.87 0.37
Hex AF C 97 0 5D E 1F 135 57 25
Octal 257 14 227 0 135 16 37 465 127 45
Binary 10101111 1100 10010111 0 1011101 1110 11111 100110101 1010111 100101

Color Harmonies of #AF0C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C97

Black with #AF0C97

Text Example


Text Example

White with #AF0C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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