Html Css Color HEX #AF0393 Medium Violet Red

📋 copy color: '#AF0393'

red 175 ◦ green 3 ◦ blue 147

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

Shades of Medium Violet Red #AF0393

Tints of Medium Violet Red #AF0393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 53.85%
G = 0.92%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF0393 (or 0xAF0393) is known color: Medium Violet Red. HEX triplet: AF, 03 and 93. RGB value is (175,3,147). Sum of RGB (Red+Green+Blue) = 175+3+147=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0393 is #50FC6C. Grayscale: #464646. Windows color (decimal): -5307501 or 9634735. OLE color: 9634735.

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

Color convert

RGB 175 3 147 -
CMYK 0 0.98 0.16 0.31
HSL 309.77º 0.97% 0.35% -
HSV(B) 309.77º 0.98% 0.69% -
XYZ 22.98 11.29 28.57 -
YUV 70.84 170.98 202.29 -
System Red Green Blue C M Y K H S L
Decimal 175 3 147 0 0.98 0.16 0.31 309.77 0.97 0.35
Hex AF 3 93 0 62 10 1F 136 61 23
Octal 257 3 223 0 142 20 37 466 141 43
Binary 10101111 11 10010011 0 1100010 10000 11111 100110110 1100001 100011

Color Harmonies of #AF0393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0393

Black with #AF0393

Text Example


Text Example

White with #AF0393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0393; }

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

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

background-color css

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

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

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

border-color css

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

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

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