Html Css Color HEX #A610DB Dark Violet

📋 copy color: '#A610DB'

red 166 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #A610DB

Tints of Dark Violet #A610DB

RGB

 RED value IS 166 (65.23% from 255) = 41.4%

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

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

R = 41.4%
G = 3.99%
B = 54.61%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A610DB (or 0xA610DB) is known color: Dark Violet. HEX triplet: A6, 10 and DB. RGB value is (166,16,219). Sum of RGB (Red+Green+Blue) = 166+16+219=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #A610DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610DB is #59EF24. Grayscale: #535353. Windows color (decimal): -5893925 or 14356646. OLE color: 14356646.

HSL color Cylindrical-coordinate representation of color #A610DB: hue angle of 284.33º 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 #A610DB is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 16 219 -
CMYK 0.24 0.93 0 0.14
HSL 284.34º 0.86% 0.46% -
HSV(B) 284.34º 0.93% 0.86% -
XYZ 28.7 13.59 68.13 -
YUV 83.99 204.2 186.49 -
System Red Green Blue C M Y K H S L
Decimal 166 16 219 0.24 0.93 0 0.14 284.34 0.86 0.46
Hex A6 10 DB 18 5D 0 E 11C 56 2E
Octal 246 20 333 30 135 0 16 434 126 56
Binary 10100110 10000 11011011 11000 1011101 0 1110 100011100 1010110 101110

Color Harmonies of #A610DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610DB

Black with #A610DB

Text Example


Text Example

White with #A610DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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