Html Css Color HEX #AF15A1 Medium Violet Red

📋 copy color: '#AF15A1'

red 175 ◦ green 21 ◦ blue 161

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

Shades of Medium Violet Red #AF15A1

Tints of Medium Violet Red #AF15A1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

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

R = 49.02%
G = 5.88%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF15A1 (or 0xAF15A1) is known color: Medium Violet Red. HEX triplet: AF, 15 and A1. RGB value is (175,21,161). Sum of RGB (Red+Green+Blue) = 175+21+161=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF15A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15A1 is #50EA5E. Grayscale: #525252. Windows color (decimal): -5302879 or 10556847. OLE color: 10556847.

HSL color Cylindrical-coordinate representation of color #AF15A1: hue angle of 305.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF15A1 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 161 -
CMYK 0 0.88 0.08 0.31
HSL 305.45º 0.79% 0.38% -
HSV(B) 305.45º 0.88% 0.69% -
XYZ 24.38 12.22 34.79 -
YUV 83.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 175 21 161 0 0.88 0.08 0.31 305.45 0.79 0.38
Hex AF 15 A1 0 58 8 1F 131 4F 26
Octal 257 25 241 0 130 10 37 461 117 46
Binary 10101111 10101 10100001 0 1011000 1000 11111 100110001 1001111 100110

Color Harmonies of #AF15A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15A1

Black with #AF15A1

Text Example


Text Example

White with #AF15A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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