Html Css Color HEX #AF16E0 Dark Violet

📋 copy color: '#AF16E0'

red 175 ◦ green 22 ◦ blue 224

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

Shades of Dark Violet #AF16E0

Tints of Dark Violet #AF16E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.21%

R = 41.57%
G = 5.23%
B = 53.21%

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

#AF16E0 (or 0xAF16E0) is known color: Dark Violet. HEX triplet: AF, 16 and E0. RGB value is (175,22,224). Sum of RGB (Red+Green+Blue) = 175+22+224=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF16E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16E0 is #50E91F. Grayscale: #5A5A5A. Windows color (decimal): -5302560 or 14685871. OLE color: 14685871.

HSL color Cylindrical-coordinate representation of color #AF16E0: hue angle of 285.45º 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 #AF16E0 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 22 224 -
CMYK 0.22 0.90 0 0.12
HSL 285.45º 0.82% 0.48% -
HSV(B) 285.45º 0.9% 0.88% -
XYZ 31.42 15.07 71.77 -
YUV 90.78 203.19 188.07 -
System Red Green Blue C M Y K H S L
Decimal 175 22 224 0.22 0.90 0 0.12 285.45 0.82 0.48
Hex AF 16 E0 16 5A 0 C 11D 52 30
Octal 257 26 340 26 132 0 14 435 122 60
Binary 10101111 10110 11100000 10110 1011010 0 1100 100011101 1010010 110000

Color Harmonies of #AF16E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16E0

Black with #AF16E0

Text Example


Text Example

White with #AF16E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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