Html Css Color HEX #A816DA Dark Violet

📋 copy color: '#A816DA'

red 168 ◦ green 22 ◦ blue 218

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

Shades of Dark Violet #A816DA

Tints of Dark Violet #A816DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 41.18%
G = 5.39%
B = 53.43%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A816DA (or 0xA816DA) is known color: Dark Violet. HEX triplet: A8, 16 and DA. RGB value is (168,22,218). Sum of RGB (Red+Green+Blue) = 168+22+218=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #A816DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816DA is #57E925. Grayscale: #575757. Windows color (decimal): -5761318 or 14292648. OLE color: 14292648.

HSL color Cylindrical-coordinate representation of color #A816DA: hue angle of 284.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A816DA is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 22 218 -
CMYK 0.23 0.90 0 0.15
HSL 284.69º 0.82% 0.47% -
HSV(B) 284.69º 0.9% 0.85% -
XYZ 29.09 13.96 67.49 -
YUV 88 201.37 185.06 -
System Red Green Blue C M Y K H S L
Decimal 168 22 218 0.23 0.90 0 0.15 284.69 0.82 0.47
Hex A8 16 DA 17 5A 0 F 11D 52 2F
Octal 250 26 332 27 132 0 17 435 122 57
Binary 10101000 10110 11011010 10111 1011010 0 1111 100011101 1010010 101111

Color Harmonies of #A816DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816DA

Black with #A816DA

Text Example


Text Example

White with #A816DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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