Html Css Color HEX #A613DB Dark Violet

📋 copy color: '#A613DB'

red 166 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #A613DB

Tints of Dark Violet #A613DB

RGB

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

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

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

R = 41.09%
G = 4.7%
B = 54.21%

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

#A613DB (or 0xA613DB) is known color: Dark Violet. HEX triplet: A6, 13 and DB. RGB value is (166,19,219). Sum of RGB (Red+Green+Blue) = 166+19+219=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #A613DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613DB is #59EC24. Grayscale: #555555. Windows color (decimal): -5893157 or 14357414. OLE color: 14357414.

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

Color convert

RGB 166 19 219 -
CMYK 0.24 0.91 0 0.14
HSL 284.1º 0.84% 0.47% -
HSV(B) 284.1º 0.91% 0.86% -
XYZ 28.74 13.69 68.14 -
YUV 85.75 203.2 185.24 -
System Red Green Blue C M Y K H S L
Decimal 166 19 219 0.24 0.91 0 0.14 284.1 0.84 0.47
Hex A6 13 DB 18 5B 0 E 11C 54 2F
Octal 246 23 333 30 133 0 16 434 124 57
Binary 10100110 10011 11011011 11000 1011011 0 1110 100011100 1010100 101111

Color Harmonies of #A613DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613DB

Black with #A613DB

Text Example


Text Example

White with #A613DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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