Html Css Color HEX #A813DB Dark Violet

📋 copy color: '#A813DB'

red 168 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #A813DB

Tints of Dark Violet #A813DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.68%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 41.38%
G = 4.68%
B = 53.94%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A813DB (or 0xA813DB) is known color: Dark Violet. HEX triplet: A8, 13 and DB. RGB value is (168,19,219). Sum of RGB (Red+Green+Blue) = 168+19+219=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #A813DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813DB is #57EC24. Grayscale: #555555. Windows color (decimal): -5762085 or 14357416. OLE color: 14357416.

HSL color Cylindrical-coordinate representation of color #A813DB: hue angle of 284.7º degrees, saturation: 0.84, 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 #A813DB is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 19 219 -
CMYK 0.23 0.91 0 0.14
HSL 284.7º 0.84% 0.47% -
HSV(B) 284.7º 0.91% 0.86% -
XYZ 29.17 13.91 68.16 -
YUV 86.35 202.86 186.24 -
System Red Green Blue C M Y K H S L
Decimal 168 19 219 0.23 0.91 0 0.14 284.7 0.84 0.47
Hex A8 13 DB 17 5B 0 E 11D 54 2F
Octal 250 23 333 27 133 0 16 435 124 57
Binary 10101000 10011 11011011 10111 1011011 0 1110 100011101 1010100 101111

Color Harmonies of #A813DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813DB

Black with #A813DB

Text Example


Text Example

White with #A813DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813DB; }

 p { color: rgb(168,19,219); }

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

background-color css

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

 a { background-color: rgb(168,19,219); }

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

border-color css

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

 span { border-color: rgb(168,19,219); }

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