Html Css Color HEX #AF0C92 Medium Violet Red

📋 copy color: '#AF0C92'

red 175 ◦ green 12 ◦ blue 146

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

Shades of Medium Violet Red #AF0C92

Tints of Medium Violet Red #AF0C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 52.55%
G = 3.6%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0C92 (or 0xAF0C92) is known color: Medium Violet Red. HEX triplet: AF, 0C and 92. RGB value is (175,12,146). Sum of RGB (Red+Green+Blue) = 175+12+146=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C92 is #50F36D. Grayscale: #4B4B4B. Windows color (decimal): -5305198 or 9571503. OLE color: 9571503.

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

Color convert

RGB 175 12 146 -
CMYK 0 0.93 0.17 0.31
HSL 310.67º 0.87% 0.37% -
HSV(B) 310.67º 0.93% 0.69% -
XYZ 23 11.45 28.19 -
YUV 76.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 175 12 146 0 0.93 0.17 0.31 310.67 0.87 0.37
Hex AF C 92 0 5D 11 1F 137 57 25
Octal 257 14 222 0 135 21 37 467 127 45
Binary 10101111 1100 10010010 0 1011101 10001 11111 100110111 1010111 100101

Color Harmonies of #AF0C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C92

Black with #AF0C92

Text Example


Text Example

White with #AF0C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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