Html Css Color HEX #AF2FA0 Medium Red Violet

📋 copy color: '#AF2FA0'

red 175 ◦ green 47 ◦ blue 160

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

Shades of Medium Red Violet #AF2FA0

Tints of Medium Red Violet #AF2FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.88%

R = 45.81%
G = 12.3%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF2FA0 (or 0xAF2FA0) is known color: Medium Red Violet. HEX triplet: AF, 2F and A0. RGB value is (175,47,160). Sum of RGB (Red+Green+Blue) = 175+47+160=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2FA0 is #50D05F. Grayscale: #616161. Windows color (decimal): -5296224 or 10497967. OLE color: 10497967.

HSL color Cylindrical-coordinate representation of color #AF2FA0: hue angle of 307.03º 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 #AF2FA0 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 160 -
CMYK 0 0.73 0.09 0.31
HSL 307.03º 0.58% 0.44% -
HSV(B) 307.03º 0.73% 0.69% -
XYZ 25.04 13.69 34.58 -
YUV 98.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 175 47 160 0 0.73 0.09 0.31 307.03 0.58 0.44
Hex AF 2F A0 0 49 9 1F 133 3A 2C
Octal 257 57 240 0 111 11 37 463 72 54
Binary 10101111 101111 10100000 0 1001001 1001 11111 100110011 111010 101100

Color Harmonies of #AF2FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FA0

Black with #AF2FA0

Text Example


Text Example

White with #AF2FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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