Html Css Color HEX #AF0490 Medium Violet Red

📋 copy color: '#AF0490'

red 175 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #AF0490

Tints of Medium Violet Red #AF0490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.58%

R = 54.18%
G = 1.24%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF0490 (or 0xAF0490) is known color: Medium Violet Red. HEX triplet: AF, 04 and 90. RGB value is (175,4,144). Sum of RGB (Red+Green+Blue) = 175+4+144=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0490 is #50FB6F. Grayscale: #464646. Windows color (decimal): -5307248 or 9438383. OLE color: 9438383.

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

Color convert

RGB 175 4 144 -
CMYK 0 0.98 0.18 0.31
HSL 310.88º 0.96% 0.35% -
HSV(B) 310.88º 0.98% 0.69% -
XYZ 22.76 11.21 27.35 -
YUV 71.09 169.15 202.12 -
System Red Green Blue C M Y K H S L
Decimal 175 4 144 0 0.98 0.18 0.31 310.88 0.96 0.35
Hex AF 4 90 0 62 12 1F 137 60 23
Octal 257 4 220 0 142 22 37 467 140 43
Binary 10101111 100 10010000 0 1100010 10010 11111 100110111 1100000 100011

Color Harmonies of #AF0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0490

Black with #AF0490

Text Example


Text Example

White with #AF0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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