Html Css Color HEX #AF0C90 Medium Violet Red

📋 copy color: '#AF0C90'

red 175 ◦ green 12 ◦ blue 144

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

Shades of Medium Violet Red #AF0C90

Tints of Medium Violet Red #AF0C90

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.63%

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

R = 52.87%
G = 3.63%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF0C90 (or 0xAF0C90) is known color: Medium Violet Red. HEX triplet: AF, 0C and 90. RGB value is (175,12,144). Sum of RGB (Red+Green+Blue) = 175+12+144=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C90 is #50F36F. Grayscale: #4B4B4B. Windows color (decimal): -5305200 or 9440431. OLE color: 9440431.

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

Color convert

RGB 175 12 144 -
CMYK 0 0.93 0.18 0.31
HSL 311.41º 0.87% 0.37% -
HSV(B) 311.41º 0.93% 0.69% -
XYZ 22.84 11.39 27.38 -
YUV 75.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 175 12 144 0 0.93 0.18 0.31 311.41 0.87 0.37
Hex AF C 90 0 5D 12 1F 137 57 25
Octal 257 14 220 0 135 22 37 467 127 45
Binary 10101111 1100 10010000 0 1011101 10010 11111 100110111 1010111 100101

Color Harmonies of #AF0C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C90

Black with #AF0C90

Text Example


Text Example

White with #AF0C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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