Html Css Color HEX #AF0993 Medium Violet Red

📋 copy color: '#AF0993'

red 175 ◦ green 9 ◦ blue 147

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

Shades of Medium Violet Red #AF0993

Tints of Medium Violet Red #AF0993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 52.87%
G = 2.72%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF0993 (or 0xAF0993) is known color: Medium Violet Red. HEX triplet: AF, 09 and 93. RGB value is (175,9,147). Sum of RGB (Red+Green+Blue) = 175+9+147=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0993 is #50F66C. Grayscale: #494949. Windows color (decimal): -5305965 or 9636271. OLE color: 9636271.

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

Color convert

RGB 175 9 147 -
CMYK 0 0.95 0.16 0.31
HSL 310.12º 0.9% 0.36% -
HSV(B) 310.12º 0.95% 0.69% -
XYZ 23.04 11.42 28.59 -
YUV 74.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 175 9 147 0 0.95 0.16 0.31 310.12 0.9 0.36
Hex AF 9 93 0 5F 10 1F 136 5A 24
Octal 257 11 223 0 137 20 37 466 132 44
Binary 10101111 1001 10010011 0 1011111 10000 11111 100110110 1011010 100100

Color Harmonies of #AF0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0993

Black with #AF0993

Text Example


Text Example

White with #AF0993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0993; }

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

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

background-color css

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

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

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

border-color css

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

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

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