Html Css Color HEX #A815DC Dark Violet

📋 copy color: '#A815DC'

red 168 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #A815DC

Tints of Dark Violet #A815DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 41.08%
G = 5.13%
B = 53.79%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A815DC (or 0xA815DC) is known color: Dark Violet. HEX triplet: A8, 15 and DC. RGB value is (168,21,220). Sum of RGB (Red+Green+Blue) = 168+21+220=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #A815DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815DC is #57EA23. Grayscale: #565656. Windows color (decimal): -5761572 or 14423464. OLE color: 14423464.

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

Color convert

RGB 168 21 220 -
CMYK 0.24 0.90 0 0.14
HSL 284.32º 0.83% 0.47% -
HSV(B) 284.32º 0.9% 0.86% -
XYZ 29.33 14.03 68.87 -
YUV 87.64 202.7 185.32 -
System Red Green Blue C M Y K H S L
Decimal 168 21 220 0.24 0.90 0 0.14 284.32 0.83 0.47
Hex A8 15 DC 18 5A 0 E 11C 53 2F
Octal 250 25 334 30 132 0 16 434 123 57
Binary 10101000 10101 11011100 11000 1011010 0 1110 100011100 1010011 101111

Color Harmonies of #A815DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815DC

Black with #A815DC

Text Example


Text Example

White with #A815DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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