Html Css Color HEX #AF2093 Medium Red Violet

📋 copy color: '#AF2093'

red 175 ◦ green 32 ◦ blue 147

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

Shades of Medium Red Violet #AF2093

Tints of Medium Red Violet #AF2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

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

R = 49.44%
G = 9.04%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF2093 (or 0xAF2093) is known color: Medium Red Violet. HEX triplet: AF, 20 and 93. RGB value is (175,32,147). Sum of RGB (Red+Green+Blue) = 175+32+147=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2093 is #50DF6C. Grayscale: #575757. Windows color (decimal): -5300077 or 9642159. OLE color: 9642159.

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

Color convert

RGB 175 32 147 -
CMYK 0 0.82 0.16 0.31
HSL 311.75º 0.69% 0.41% -
HSV(B) 311.75º 0.82% 0.69% -
XYZ 23.46 12.25 28.73 -
YUV 87.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 175 32 147 0 0.82 0.16 0.31 311.75 0.69 0.41
Hex AF 20 93 0 52 10 1F 138 45 29
Octal 257 40 223 0 122 20 37 470 105 51
Binary 10101111 100000 10010011 0 1010010 10000 11111 100111000 1000101 101001

Color Harmonies of #AF2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2093

Black with #AF2093

Text Example


Text Example

White with #AF2093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2093; }

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

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

background-color css

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

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

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

border-color css

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

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

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