Html Css Color HEX #AF16A2 Medium Violet Red

📋 copy color: '#AF16A2'

red 175 ◦ green 22 ◦ blue 162

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

Shades of Medium Violet Red #AF16A2

Tints of Medium Violet Red #AF16A2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.13%

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 48.75%
G = 6.13%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF16A2 (or 0xAF16A2) is known color: Medium Violet Red. HEX triplet: AF, 16 and A2. RGB value is (175,22,162). Sum of RGB (Red+Green+Blue) = 175+22+162=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16A2 is #50E95D. Grayscale: #535353. Windows color (decimal): -5302622 or 10622639. OLE color: 10622639.

HSL color Cylindrical-coordinate representation of color #AF16A2: hue angle of 305.1º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF16A2 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 162 -
CMYK 0 0.87 0.07 0.31
HSL 305.1º 0.78% 0.39% -
HSV(B) 305.1º 0.87% 0.69% -
XYZ 24.49 12.3 35.27 -
YUV 83.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 175 22 162 0 0.87 0.07 0.31 305.1 0.78 0.39
Hex AF 16 A2 0 57 7 1F 131 4E 27
Octal 257 26 242 0 127 7 37 461 116 47
Binary 10101111 10110 10100010 0 1010111 111 11111 100110001 1001110 100111

Color Harmonies of #AF16A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16A2

Black with #AF16A2

Text Example


Text Example

White with #AF16A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16A2; }

 p { color: rgb(175,22,162); }

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

background-color css

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

 a { background-color: rgb(175,22,162); }

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

border-color css

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

 span { border-color: rgb(175,22,162); }

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