Html Css Color HEX #A815DD Dark Violet

📋 copy color: '#A815DD'

red 168 ◦ green 21 ◦ blue 221

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

Shades of Dark Violet #A815DD

Tints of Dark Violet #A815DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.12%

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

R = 40.98%
G = 5.12%
B = 53.9%

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

#A815DD (or 0xA815DD) is known color: Dark Violet. HEX triplet: A8, 15 and DD. RGB value is (168,21,221). Sum of RGB (Red+Green+Blue) = 168+21+221=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #A815DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815DD is #57EA22. Grayscale: #575757. Windows color (decimal): -5761571 or 14489000. OLE color: 14489000.

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

Color convert

RGB 168 21 221 -
CMYK 0.24 0.90 0 0.13
HSL 284.1º 0.83% 0.47% -
HSV(B) 284.1º 0.9% 0.87% -
XYZ 29.47 14.08 69.57 -
YUV 87.75 203.2 185.24 -
System Red Green Blue C M Y K H S L
Decimal 168 21 221 0.24 0.90 0 0.13 284.1 0.83 0.47
Hex A8 15 DD 18 5A 0 D 11C 53 2F
Octal 250 25 335 30 132 0 15 434 123 57
Binary 10101000 10101 11011101 11000 1011010 0 1101 100011100 1010011 101111

Color Harmonies of #A815DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815DD

Black with #A815DD

Text Example


Text Example

White with #A815DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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