Html Css Color HEX #AF0991 Medium Violet Red

📋 copy color: '#AF0991'

red 175 ◦ green 9 ◦ blue 145

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

Shades of Medium Violet Red #AF0991

Tints of Medium Violet Red #AF0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 53.19%
G = 2.74%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0991 (or 0xAF0991) is known color: Medium Violet Red. HEX triplet: AF, 09 and 91. RGB value is (175,9,145). Sum of RGB (Red+Green+Blue) = 175+9+145=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0991 is #50F66E. Grayscale: #494949. Windows color (decimal): -5305967 or 9505199. OLE color: 9505199.

HSL color Cylindrical-coordinate representation of color #AF0991: hue angle of 310.84º degrees, saturation: 0.9, 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 #AF0991 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 145 -
CMYK 0 0.95 0.17 0.31
HSL 310.84º 0.9% 0.36% -
HSV(B) 310.84º 0.95% 0.69% -
XYZ 22.89 11.35 27.77 -
YUV 74.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 175 9 145 0 0.95 0.17 0.31 310.84 0.9 0.36
Hex AF 9 91 0 5F 11 1F 137 5A 24
Octal 257 11 221 0 137 21 37 467 132 44
Binary 10101111 1001 10010001 0 1011111 10001 11111 100110111 1011010 100100

Color Harmonies of #AF0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0991

Black with #AF0991

Text Example


Text Example

White with #AF0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0991; }

 p { color: rgb(175,9,145); }

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

background-color css

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

 a { background-color: rgb(175,9,145); }

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

border-color css

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

 span { border-color: rgb(175,9,145); }

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