Html Css Color HEX #AF16DD Dark Violet

📋 copy color: '#AF16DD'

red 175 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #AF16DD

Tints of Dark Violet #AF16DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 41.87%
G = 5.26%
B = 52.87%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF16DD (or 0xAF16DD) is known color: Dark Violet. HEX triplet: AF, 16 and DD. RGB value is (175,22,221). Sum of RGB (Red+Green+Blue) = 175+22+221=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF16DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16DD is #50E922. Grayscale: #595959. Windows color (decimal): -5302563 or 14489263. OLE color: 14489263.

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

Color convert

RGB 175 22 221 -
CMYK 0.21 0.90 0 0.13
HSL 286.13º 0.82% 0.48% -
HSV(B) 286.13º 0.9% 0.87% -
XYZ 31.02 14.91 69.65 -
YUV 90.43 201.69 188.32 -
System Red Green Blue C M Y K H S L
Decimal 175 22 221 0.21 0.90 0 0.13 286.13 0.82 0.48
Hex AF 16 DD 15 5A 0 D 11E 52 30
Octal 257 26 335 25 132 0 15 436 122 60
Binary 10101111 10110 11011101 10101 1011010 0 1101 100011110 1010010 110000

Color Harmonies of #AF16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16DD

Black with #AF16DD

Text Example


Text Example

White with #AF16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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