Html Css Color HEX #AF13A1 Medium Violet Red

📋 copy color: '#AF13A1'

red 175 ◦ green 19 ◦ blue 161

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

Shades of Medium Violet Red #AF13A1

Tints of Medium Violet Red #AF13A1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

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

R = 49.3%
G = 5.35%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF13A1 (or 0xAF13A1) is known color: Medium Violet Red. HEX triplet: AF, 13 and A1. RGB value is (175,19,161). Sum of RGB (Red+Green+Blue) = 175+19+161=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF13A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF13A1 is #50EC5E. Grayscale: #515151. Windows color (decimal): -5303391 or 10556335. OLE color: 10556335.

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

Color convert

RGB 175 19 161 -
CMYK 0 0.89 0.08 0.31
HSL 305.38º 0.8% 0.38% -
HSV(B) 305.38º 0.89% 0.69% -
XYZ 24.35 12.15 34.78 -
YUV 81.83 172.68 194.45 -
System Red Green Blue C M Y K H S L
Decimal 175 19 161 0 0.89 0.08 0.31 305.38 0.8 0.38
Hex AF 13 A1 0 59 8 1F 131 50 26
Octal 257 23 241 0 131 10 37 461 120 46
Binary 10101111 10011 10100001 0 1011001 1000 11111 100110001 1010000 100110

Color Harmonies of #AF13A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13A1

Black with #AF13A1

Text Example


Text Example

White with #AF13A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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