Html Css Color HEX #AF0990 Medium Violet Red

📋 copy color: '#AF0990'

red 175 ◦ green 9 ◦ blue 144

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

Shades of Medium Violet Red #AF0990

Tints of Medium Violet Red #AF0990

RGB

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

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

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

R = 53.35%
G = 2.74%
B = 43.9%

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

#AF0990 (or 0xAF0990) is known color: Medium Violet Red. HEX triplet: AF, 09 and 90. RGB value is (175,9,144). Sum of RGB (Red+Green+Blue) = 175+9+144=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0990 is #50F66F. Grayscale: #494949. Windows color (decimal): -5305968 or 9439663. OLE color: 9439663.

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

Color convert

RGB 175 9 144 -
CMYK 0 0.95 0.18 0.31
HSL 311.2º 0.9% 0.36% -
HSV(B) 311.2º 0.95% 0.69% -
XYZ 22.81 11.32 27.37 -
YUV 74.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 175 9 144 0 0.95 0.18 0.31 311.2 0.9 0.36
Hex AF 9 90 0 5F 12 1F 137 5A 24
Octal 257 11 220 0 137 22 37 467 132 44
Binary 10101111 1001 10010000 0 1011111 10010 11111 100110111 1011010 100100

Color Harmonies of #AF0990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0990

Black with #AF0990

Text Example


Text Example

White with #AF0990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0990; }

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

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

background-color css

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

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

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

border-color css

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

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

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