Html Css Color HEX #A816DD Dark Violet

📋 copy color: '#A816DD'

red 168 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #A816DD

Tints of Dark Violet #A816DD

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

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

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

R = 40.88%
G = 5.35%
B = 53.77%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A816DD (or 0xA816DD) is known color: Dark Violet. HEX triplet: A8, 16 and DD. RGB value is (168,22,221). Sum of RGB (Red+Green+Blue) = 168+22+221=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #A816DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816DD is #57E922. Grayscale: #575757. Windows color (decimal): -5761315 or 14489256. OLE color: 14489256.

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

Color convert

RGB 168 22 221 -
CMYK 0.24 0.90 0 0.13
HSL 284.02º 0.82% 0.48% -
HSV(B) 284.02º 0.9% 0.87% -
XYZ 29.49 14.12 69.58 -
YUV 88.34 202.87 184.82 -
System Red Green Blue C M Y K H S L
Decimal 168 22 221 0.24 0.90 0 0.13 284.02 0.82 0.48
Hex A8 16 DD 18 5A 0 D 11C 52 30
Octal 250 26 335 30 132 0 15 434 122 60
Binary 10101000 10110 11011101 11000 1011010 0 1101 100011100 1010010 110000

Color Harmonies of #A816DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816DD

Black with #A816DD

Text Example


Text Example

White with #A816DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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