Html Css Color HEX #AF2293 Medium Red Violet

📋 copy color: '#AF2293'

red 175 ◦ green 34 ◦ blue 147

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

Shades of Medium Red Violet #AF2293

Tints of Medium Red Violet #AF2293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.55%

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

R = 49.16%
G = 9.55%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF2293 (or 0xAF2293) is known color: Medium Red Violet. HEX triplet: AF, 22 and 93. RGB value is (175,34,147). Sum of RGB (Red+Green+Blue) = 175+34+147=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2293 is #50DD6C. Grayscale: #585858. Windows color (decimal): -5299565 or 9642671. OLE color: 9642671.

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

Color convert

RGB 175 34 147 -
CMYK 0 0.81 0.16 0.31
HSL 311.91º 0.67% 0.41% -
HSV(B) 311.91º 0.81% 0.69% -
XYZ 23.52 12.36 28.75 -
YUV 89.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 175 34 147 0 0.81 0.16 0.31 311.91 0.67 0.41
Hex AF 22 93 0 51 10 1F 138 43 29
Octal 257 42 223 0 121 20 37 470 103 51
Binary 10101111 100010 10010011 0 1010001 10000 11111 100111000 1000011 101001

Color Harmonies of #AF2293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2293

Black with #AF2293

Text Example


Text Example

White with #AF2293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2293; }

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

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

background-color css

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

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

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

border-color css

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

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

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