Html Css Color HEX #AF0890 Medium Violet Red

📋 copy color: '#AF0890'

red 175 ◦ green 8 ◦ blue 144

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

Shades of Medium Violet Red #AF0890

Tints of Medium Violet Red #AF0890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 53.52%
G = 2.45%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF0890 (or 0xAF0890) is known color: Medium Violet Red. HEX triplet: AF, 08 and 90. RGB value is (175,8,144). Sum of RGB (Red+Green+Blue) = 175+8+144=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0890 is #50F76F. Grayscale: #494949. Windows color (decimal): -5306224 or 9439407. OLE color: 9439407.

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

Color convert

RGB 175 8 144 -
CMYK 0 0.95 0.18 0.31
HSL 311.14º 0.91% 0.36% -
HSV(B) 311.14º 0.95% 0.69% -
XYZ 22.8 11.3 27.37 -
YUV 73.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 175 8 144 0 0.95 0.18 0.31 311.14 0.91 0.36
Hex AF 8 90 0 5F 12 1F 137 5B 24
Octal 257 10 220 0 137 22 37 467 133 44
Binary 10101111 1000 10010000 0 1011111 10010 11111 100110111 1011011 100100

Color Harmonies of #AF0890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0890

Black with #AF0890

Text Example


Text Example

White with #AF0890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0890; }

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

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

background-color css

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

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

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

border-color css

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

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

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