Html Css Color HEX #AF0C93 Medium Violet Red

📋 copy color: '#AF0C93'

red 175 ◦ green 12 ◦ blue 147

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

Shades of Medium Violet Red #AF0C93

Tints of Medium Violet Red #AF0C93

RGB

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

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

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

R = 52.4%
G = 3.59%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF0C93 (or 0xAF0C93) is known color: Medium Violet Red. HEX triplet: AF, 0C and 93. RGB value is (175,12,147). Sum of RGB (Red+Green+Blue) = 175+12+147=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C93 is #50F36C. Grayscale: #4B4B4B. Windows color (decimal): -5305197 or 9637039. OLE color: 9637039.

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

Color convert

RGB 175 12 147 -
CMYK 0 0.93 0.16 0.31
HSL 310.31º 0.87% 0.37% -
HSV(B) 310.31º 0.93% 0.69% -
XYZ 23.08 11.48 28.6 -
YUV 76.13 168 198.52 -
System Red Green Blue C M Y K H S L
Decimal 175 12 147 0 0.93 0.16 0.31 310.31 0.87 0.37
Hex AF C 93 0 5D 10 1F 136 57 25
Octal 257 14 223 0 135 20 37 466 127 45
Binary 10101111 1100 10010011 0 1011101 10000 11111 100110110 1010111 100101

Color Harmonies of #AF0C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C93

Black with #AF0C93

Text Example


Text Example

White with #AF0C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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