Html Css Color HEX #A810DB Dark Violet

📋 copy color: '#A810DB'

red 168 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #A810DB

Tints of Dark Violet #A810DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.97%

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

R = 41.69%
G = 3.97%
B = 54.34%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A810DB (or 0xA810DB) is known color: Dark Violet. HEX triplet: A8, 10 and DB. RGB value is (168,16,219). Sum of RGB (Red+Green+Blue) = 168+16+219=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #A810DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810DB is #57EF24. Grayscale: #535353. Windows color (decimal): -5762853 or 14356648. OLE color: 14356648.

HSL color Cylindrical-coordinate representation of color #A810DB: hue angle of 284.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810DB is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 16 219 -
CMYK 0.23 0.93 0 0.14
HSL 284.93º 0.86% 0.46% -
HSV(B) 284.93º 0.93% 0.86% -
XYZ 29.12 13.81 68.15 -
YUV 84.59 203.86 187.49 -
System Red Green Blue C M Y K H S L
Decimal 168 16 219 0.23 0.93 0 0.14 284.93 0.86 0.46
Hex A8 10 DB 17 5D 0 E 11D 56 2E
Octal 250 20 333 27 135 0 16 435 126 56
Binary 10101000 10000 11011011 10111 1011101 0 1110 100011101 1010110 101110

Color Harmonies of #A810DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A810DB

Black with #A810DB

Text Example


Text Example

White with #A810DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A810DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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