Html Css Color HEX #AF0B90 Medium Violet Red

📋 copy color: '#AF0B90'

red 175 ◦ green 11 ◦ blue 144

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

Shades of Medium Violet Red #AF0B90

Tints of Medium Violet Red #AF0B90

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

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

R = 53.03%
G = 3.33%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF0B90 (or 0xAF0B90) is known color: Medium Violet Red. HEX triplet: AF, 0B and 90. RGB value is (175,11,144). Sum of RGB (Red+Green+Blue) = 175+11+144=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B90 is #50F46F. Grayscale: #4A4A4A. Windows color (decimal): -5305456 or 9440175. OLE color: 9440175.

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

Color convert

RGB 175 11 144 -
CMYK 0 0.94 0.18 0.31
HSL 311.34º 0.88% 0.36% -
HSV(B) 311.34º 0.94% 0.69% -
XYZ 22.83 11.37 27.38 -
YUV 75.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 175 11 144 0 0.94 0.18 0.31 311.34 0.88 0.36
Hex AF B 90 0 5E 12 1F 137 58 24
Octal 257 13 220 0 136 22 37 467 130 44
Binary 10101111 1011 10010000 0 1011110 10010 11111 100110111 1011000 100100

Color Harmonies of #AF0B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B90

Black with #AF0B90

Text Example


Text Example

White with #AF0B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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