Html Css Color HEX #AF0F92 Medium Violet Red

📋 copy color: '#AF0F92'

red 175 ◦ green 15 ◦ blue 146

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

Shades of Medium Violet Red #AF0F92

Tints of Medium Violet Red #AF0F92

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.46%

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

R = 52.08%
G = 4.46%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0F92 (or 0xAF0F92) is known color: Medium Violet Red. HEX triplet: AF, 0F and 92. RGB value is (175,15,146). Sum of RGB (Red+Green+Blue) = 175+15+146=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0F92 is #50F06D. Grayscale: #4D4D4D. Windows color (decimal): -5304430 or 9572271. OLE color: 9572271.

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

Color convert

RGB 175 15 146 -
CMYK 0 0.91 0.17 0.31
HSL 310.88º 0.84% 0.37% -
HSV(B) 310.88º 0.91% 0.69% -
XYZ 23.04 11.53 28.21 -
YUV 77.77 166.51 197.35 -
System Red Green Blue C M Y K H S L
Decimal 175 15 146 0 0.91 0.17 0.31 310.88 0.84 0.37
Hex AF F 92 0 5B 11 1F 137 54 25
Octal 257 17 222 0 133 21 37 467 124 45
Binary 10101111 1111 10010010 0 1011011 10001 11111 100110111 1010100 100101

Color Harmonies of #AF0F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F92

Black with #AF0F92

Text Example


Text Example

White with #AF0F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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