Html Css Color HEX #AF0494 Medium Violet Red

📋 copy color: '#AF0494'

red 175 ◦ green 4 ◦ blue 148

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

Shades of Medium Violet Red #AF0494

Tints of Medium Violet Red #AF0494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.26%

R = 53.52%
G = 1.22%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0494 (or 0xAF0494) is known color: Medium Violet Red. HEX triplet: AF, 04 and 94. RGB value is (175,4,148). Sum of RGB (Red+Green+Blue) = 175+4+148=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0494 is #50FB6B. Grayscale: #474747. Windows color (decimal): -5307244 or 9700527. OLE color: 9700527.

HSL color Cylindrical-coordinate representation of color #AF0494: hue angle of 309.47º 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 #AF0494 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 148 -
CMYK 0 0.98 0.15 0.31
HSL 309.47º 0.96% 0.35% -
HSV(B) 309.47º 0.98% 0.69% -
XYZ 23.07 11.34 28.99 -
YUV 71.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 175 4 148 0 0.98 0.15 0.31 309.47 0.96 0.35
Hex AF 4 94 0 62 F 1F 135 60 23
Octal 257 4 224 0 142 17 37 465 140 43
Binary 10101111 100 10010100 0 1100010 1111 11111 100110101 1100000 100011

Color Harmonies of #AF0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0494

Black with #AF0494

Text Example


Text Example

White with #AF0494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0494; }

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

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

background-color css

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

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

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

border-color css

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

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

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