Html Css Color HEX #A814DC Dark Violet

📋 copy color: '#A814DC'

red 168 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #A814DC

Tints of Dark Violet #A814DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.9%

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

R = 41.18%
G = 4.9%
B = 53.92%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A814DC (or 0xA814DC) is known color: Dark Violet. HEX triplet: A8, 14 and DC. RGB value is (168,20,220). Sum of RGB (Red+Green+Blue) = 168+20+220=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #A814DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814DC is #57EB23. Grayscale: #565656. Windows color (decimal): -5761828 or 14423208. OLE color: 14423208.

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

Color convert

RGB 168 20 220 -
CMYK 0.24 0.91 0 0.14
HSL 284.4º 0.83% 0.47% -
HSV(B) 284.4º 0.91% 0.86% -
XYZ 29.32 13.99 68.87 -
YUV 87.05 203.03 185.74 -
System Red Green Blue C M Y K H S L
Decimal 168 20 220 0.24 0.91 0 0.14 284.4 0.83 0.47
Hex A8 14 DC 18 5B 0 E 11C 53 2F
Octal 250 24 334 30 133 0 16 434 123 57
Binary 10101000 10100 11011100 11000 1011011 0 1110 100011100 1010011 101111

Color Harmonies of #A814DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814DC

Black with #A814DC

Text Example


Text Example

White with #A814DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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