Html Css Color HEX #AF12A1 Medium Violet Red

📋 copy color: '#AF12A1'

red 175 ◦ green 18 ◦ blue 161

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

Shades of Medium Violet Red #AF12A1

Tints of Medium Violet Red #AF12A1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.08%

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

R = 49.44%
G = 5.08%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF12A1 (or 0xAF12A1) is known color: Medium Violet Red. HEX triplet: AF, 12 and A1. RGB value is (175,18,161). Sum of RGB (Red+Green+Blue) = 175+18+161=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A1 is #50ED5E. Grayscale: #505050. Windows color (decimal): -5303647 or 10556079. OLE color: 10556079.

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

Color convert

RGB 175 18 161 -
CMYK 0 0.90 0.08 0.31
HSL 305.35º 0.81% 0.38% -
HSV(B) 305.35º 0.9% 0.69% -
XYZ 24.33 12.12 34.78 -
YUV 81.25 173.01 194.87 -
System Red Green Blue C M Y K H S L
Decimal 175 18 161 0 0.90 0.08 0.31 305.35 0.81 0.38
Hex AF 12 A1 0 5A 8 1F 131 51 26
Octal 257 22 241 0 132 10 37 461 121 46
Binary 10101111 10010 10100001 0 1011010 1000 11111 100110001 1010001 100110

Color Harmonies of #AF12A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12A1

Black with #AF12A1

Text Example


Text Example

White with #AF12A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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