Html Css Color HEX #AF0292 Medium Violet Red

📋 copy color: '#AF0292'

red 175 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #AF0292

Tints of Medium Violet Red #AF0292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 54.18%
G = 0.62%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0292 (or 0xAF0292) is known color: Medium Violet Red. HEX triplet: AF, 02 and 92. RGB value is (175,2,146). Sum of RGB (Red+Green+Blue) = 175+2+146=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0292 is #50FD6D. Grayscale: #454545. Windows color (decimal): -5307758 or 9568943. OLE color: 9568943.

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

Color convert

RGB 175 2 146 -
CMYK 0 0.99 0.17 0.31
HSL 310.06º 0.98% 0.35% -
HSV(B) 310.06º 0.99% 0.69% -
XYZ 22.89 11.23 28.16 -
YUV 70.14 170.81 202.79 -
System Red Green Blue C M Y K H S L
Decimal 175 2 146 0 0.99 0.17 0.31 310.06 0.98 0.35
Hex AF 2 92 0 63 11 1F 136 62 23
Octal 257 2 222 0 143 21 37 466 142 43
Binary 10101111 10 10010010 0 1100011 10001 11111 100110110 1100010 100011

Color Harmonies of #AF0292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0292

Black with #AF0292

Text Example


Text Example

White with #AF0292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0292; }

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

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

background-color css

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

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

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

border-color css

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

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

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