Html Css Color HEX #AF2F93 Medium Red Violet

📋 copy color: '#AF2F93'

red 175 ◦ green 47 ◦ blue 147

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

Shades of Medium Red Violet #AF2F93

Tints of Medium Red Violet #AF2F93

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.74%

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

R = 47.43%
G = 12.74%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF2F93 (or 0xAF2F93) is known color: Medium Red Violet. HEX triplet: AF, 2F and 93. RGB value is (175,47,147). Sum of RGB (Red+Green+Blue) = 175+47+147=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F93 is #50D06C. Grayscale: #606060. Windows color (decimal): -5296237 or 9645999. OLE color: 9645999.

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

Color convert

RGB 175 47 147 -
CMYK 0 0.73 0.16 0.31
HSL 313.13º 0.58% 0.44% -
HSV(B) 313.13º 0.73% 0.69% -
XYZ 23.96 13.25 28.9 -
YUV 96.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 175 47 147 0 0.73 0.16 0.31 313.13 0.58 0.44
Hex AF 2F 93 0 49 10 1F 139 3A 2C
Octal 257 57 223 0 111 20 37 471 72 54
Binary 10101111 101111 10010011 0 1001001 10000 11111 100111001 111010 101100

Color Harmonies of #AF2F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F93

Black with #AF2F93

Text Example


Text Example

White with #AF2F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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