Html Css Color HEX #AF16E1 Dark Violet

📋 copy color: '#AF16E1'

red 175 ◦ green 22 ◦ blue 225

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

Shades of Dark Violet #AF16E1

Tints of Dark Violet #AF16E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 41.47%
G = 5.21%
B = 53.32%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF16E1 (or 0xAF16E1) is known color: Dark Violet. HEX triplet: AF, 16 and E1. RGB value is (175,22,225). Sum of RGB (Red+Green+Blue) = 175+22+225=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF16E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16E1 is #50E91E. Grayscale: #5A5A5A. Windows color (decimal): -5302559 or 14751407. OLE color: 14751407.

HSL color Cylindrical-coordinate representation of color #AF16E1: hue angle of 285.22º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF16E1 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 22 225 -
CMYK 0.22 0.90 0 0.12
HSL 285.22º 0.82% 0.48% -
HSV(B) 285.22º 0.9% 0.88% -
XYZ 31.56 15.12 72.49 -
YUV 90.89 203.69 187.99 -
System Red Green Blue C M Y K H S L
Decimal 175 22 225 0.22 0.90 0 0.12 285.22 0.82 0.48
Hex AF 16 E1 16 5A 0 C 11D 52 30
Octal 257 26 341 26 132 0 14 435 122 60
Binary 10101111 10110 11100001 10110 1011010 0 1100 100011101 1010010 110000

Color Harmonies of #AF16E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16E1

Black with #AF16E1

Text Example


Text Example

White with #AF16E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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