Html Css Color HEX #AF2393 Medium Red Violet

📋 copy color: '#AF2393'

red 175 ◦ green 35 ◦ blue 147

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

Shades of Medium Red Violet #AF2393

Tints of Medium Red Violet #AF2393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

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

R = 49.02%
G = 9.8%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF2393 (or 0xAF2393) is known color: Medium Red Violet. HEX triplet: AF, 23 and 93. RGB value is (175,35,147). Sum of RGB (Red+Green+Blue) = 175+35+147=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2393 is #50DC6C. Grayscale: #595959. Windows color (decimal): -5299309 or 9642927. OLE color: 9642927.

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

Color convert

RGB 175 35 147 -
CMYK 0 0.8 0.16 0.31
HSL 312º 0.67% 0.41% -
HSV(B) 312º 0.8% 0.69% -
XYZ 23.55 12.42 28.76 -
YUV 89.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 175 35 147 0 0.8 0.16 0.31 312 0.67 0.41
Hex AF 23 93 0 50 10 1F 138 43 29
Octal 257 43 223 0 120 20 37 470 103 51
Binary 10101111 100011 10010011 0 1010000 10000 11111 100111000 1000011 101001

Color Harmonies of #AF2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2393

Black with #AF2393

Text Example


Text Example

White with #AF2393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2393; }

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

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

background-color css

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

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

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

border-color css

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

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

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