Html Css Color HEX #AF0092 Medium Violet Red

📋 copy color: '#AF0092'

red 175 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #AF0092

Tints of Medium Violet Red #AF0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.52%
G = 0%
B = 45.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0092 (or 0xAF0092) is known color: Medium Violet Red. HEX triplet: AF, 00 and 92. RGB value is (175,0,146). Sum of RGB (Red+Green+Blue) = 175+0+146=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0092 is #50FF6D. Grayscale: #444444. Windows color (decimal): -5308270 or 9568431. OLE color: 9568431.

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

Color convert

RGB 175 0 146 -
CMYK 0 1 0.17 0.31
HSL 309.94º 1% 0.34% -
HSV(B) 309.94º 1% 0.69% -
XYZ 22.87 11.19 28.15 -
YUV 68.97 171.48 203.63 -
System Red Green Blue C M Y K H S L
Decimal 175 0 146 0 1 0.17 0.31 309.94 1 0.34
Hex AF 0 92 0 64 11 1F 136 64 22
Octal 257 0 222 0 144 21 37 466 144 42
Binary 10101111 0 10010010 0 1100100 10001 11111 100110110 1100100 100010

Color Harmonies of #AF0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0092

Black with #AF0092

Text Example


Text Example

White with #AF0092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0092; }

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

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

background-color css

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

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

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

border-color css

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

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

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