Html Css Color HEX #AF0492 Medium Violet Red

📋 copy color: '#AF0492'

red 175 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #AF0492

Tints of Medium Violet Red #AF0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 53.85%
G = 1.23%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0492 (or 0xAF0492) is known color: Medium Violet Red. HEX triplet: AF, 04 and 92. RGB value is (175,4,146). Sum of RGB (Red+Green+Blue) = 175+4+146=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0492 is #50FB6D. Grayscale: #464646. Windows color (decimal): -5307246 or 9569455. OLE color: 9569455.

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

Color convert

RGB 175 4 146 -
CMYK 0 0.98 0.17 0.31
HSL 310.18º 0.96% 0.35% -
HSV(B) 310.18º 0.98% 0.69% -
XYZ 22.91 11.28 28.16 -
YUV 71.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 175 4 146 0 0.98 0.17 0.31 310.18 0.96 0.35
Hex AF 4 92 0 62 11 1F 136 60 23
Octal 257 4 222 0 142 21 37 466 140 43
Binary 10101111 100 10010010 0 1100010 10001 11111 100110110 1100000 100011

Color Harmonies of #AF0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0492

Black with #AF0492

Text Example


Text Example

White with #AF0492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0492; }

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

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

background-color css

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

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

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

border-color css

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

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

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