Html Css Color HEX #AF2492 Medium Red Violet

📋 copy color: '#AF2492'

red 175 ◦ green 36 ◦ blue 146

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

Shades of Medium Red Violet #AF2492

Tints of Medium Red Violet #AF2492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.08%

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

R = 49.02%
G = 10.08%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF2492 (or 0xAF2492) is known color: Medium Red Violet. HEX triplet: AF, 24 and 92. RGB value is (175,36,146). Sum of RGB (Red+Green+Blue) = 175+36+146=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2492 is #50DB6D. Grayscale: #595959. Windows color (decimal): -5299054 or 9577647. OLE color: 9577647.

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

Color convert

RGB 175 36 146 -
CMYK 0 0.79 0.17 0.31
HSL 312.52º 0.66% 0.41% -
HSV(B) 312.52º 0.79% 0.69% -
XYZ 23.5 12.45 28.36 -
YUV 90.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 175 36 146 0 0.79 0.17 0.31 312.52 0.66 0.41
Hex AF 24 92 0 4F 11 1F 139 42 29
Octal 257 44 222 0 117 21 37 471 102 51
Binary 10101111 100100 10010010 0 1001111 10001 11111 100111001 1000010 101001

Color Harmonies of #AF2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2492

Black with #AF2492

Text Example


Text Example

White with #AF2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2492; }

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

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

background-color css

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

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

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

border-color css

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

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

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