Html Css Color HEX #AF0B93 Medium Violet Red

📋 copy color: '#AF0B93'

red 175 ◦ green 11 ◦ blue 147

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

Shades of Medium Violet Red #AF0B93

Tints of Medium Violet Red #AF0B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.3%

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

R = 52.55%
G = 3.3%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF0B93 (or 0xAF0B93) is known color: Medium Violet Red. HEX triplet: AF, 0B and 93. RGB value is (175,11,147). Sum of RGB (Red+Green+Blue) = 175+11+147=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B93 is #50F46C. Grayscale: #4B4B4B. Windows color (decimal): -5305453 or 9636783. OLE color: 9636783.

HSL color Cylindrical-coordinate representation of color #AF0B93: hue angle of 310.24º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B93 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 11 147 -
CMYK 0 0.94 0.16 0.31
HSL 310.24º 0.88% 0.36% -
HSV(B) 310.24º 0.94% 0.69% -
XYZ 23.07 11.46 28.6 -
YUV 75.54 168.33 198.94 -
System Red Green Blue C M Y K H S L
Decimal 175 11 147 0 0.94 0.16 0.31 310.24 0.88 0.36
Hex AF B 93 0 5E 10 1F 136 58 24
Octal 257 13 223 0 136 20 37 466 130 44
Binary 10101111 1011 10010011 0 1011110 10000 11111 100110110 1011000 100100

Color Harmonies of #AF0B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B93

Black with #AF0B93

Text Example


Text Example

White with #AF0B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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