Html Css Color HEX #AF0090 Medium Violet Red

📋 copy color: '#AF0090'

red 175 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #AF0090

Tints of Medium Violet Red #AF0090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.86%
G = 0%
B = 45.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF0090 (or 0xAF0090) is known color: Medium Violet Red. HEX triplet: AF, 00 and 90. RGB value is (175,0,144). Sum of RGB (Red+Green+Blue) = 175+0+144=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0090 is #50FF6F. Grayscale: #444444. Windows color (decimal): -5308272 or 9437359. OLE color: 9437359.

HSL color Cylindrical-coordinate representation of color #AF0090: hue angle of 310.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0090 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 144 -
CMYK 0 1 0.18 0.31
HSL 310.63º 1% 0.34% -
HSV(B) 310.63º 1% 0.69% -
XYZ 22.71 11.13 27.34 -
YUV 68.74 170.48 203.79 -
System Red Green Blue C M Y K H S L
Decimal 175 0 144 0 1 0.18 0.31 310.63 1 0.34
Hex AF 0 90 0 64 12 1F 137 64 22
Octal 257 0 220 0 144 22 37 467 144 42
Binary 10101111 0 10010000 0 1100100 10010 11111 100110111 1100100 100010

Color Harmonies of #AF0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0090

Black with #AF0090

Text Example


Text Example

White with #AF0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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