Html Css Color HEX #AF2FA1 Medium Red Violet

📋 copy color: '#AF2FA1'

red 175 ◦ green 47 ◦ blue 161

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

Shades of Medium Red Violet #AF2FA1

Tints of Medium Red Violet #AF2FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 45.69%
G = 12.27%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF2FA1 (or 0xAF2FA1) is known color: Medium Red Violet. HEX triplet: AF, 2F and A1. RGB value is (175,47,161). Sum of RGB (Red+Green+Blue) = 175+47+161=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2FA1 is #50D05E. Grayscale: #616161. Windows color (decimal): -5296223 or 10563503. OLE color: 10563503.

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

Color convert

RGB 175 47 161 -
CMYK 0 0.73 0.08 0.31
HSL 306.56º 0.58% 0.44% -
HSV(B) 306.56º 0.73% 0.69% -
XYZ 25.13 13.72 35.04 -
YUV 98.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 175 47 161 0 0.73 0.08 0.31 306.56 0.58 0.44
Hex AF 2F A1 0 49 8 1F 133 3A 2C
Octal 257 57 241 0 111 10 37 463 72 54
Binary 10101111 101111 10100001 0 1001001 1000 11111 100110011 111010 101100

Color Harmonies of #AF2FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FA1

Black with #AF2FA1

Text Example


Text Example

White with #AF2FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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