Html Css Color HEX #A40BDB Dark Violet

📋 copy color: '#A40BDB'

red 164 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #A40BDB

Tints of Dark Violet #A40BDB

RGB

 RED value IS 164 (64.45% from 255) = 41.62%

 GREEN value IS 11 (4.69% from 255) = 2.79%

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

R = 41.62%
G = 2.79%
B = 55.58%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A40BDB (or 0xA40BDB) is known color: Dark Violet. HEX triplet: A4, 0B and DB. RGB value is (164,11,219). Sum of RGB (Red+Green+Blue) = 164+11+219=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #A40BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BDB is #5BF424. Grayscale: #4F4F4F. Windows color (decimal): -6026277 or 14355364. OLE color: 14355364.

HSL color Cylindrical-coordinate representation of color #A40BDB: hue angle of 284.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BDB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 11 219 -
CMYK 0.25 0.95 0 0.14
HSL 284.13º 0.9% 0.45% -
HSV(B) 284.13º 0.95% 0.86% -
XYZ 28.22 13.25 68.09 -
YUV 80.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 164 11 219 0.25 0.95 0 0.14 284.13 0.9 0.45
Hex A4 B DB 19 5F 0 E 11C 5A 2D
Octal 244 13 333 31 137 0 16 434 132 55
Binary 10100100 1011 11011011 11001 1011111 0 1110 100011100 1011010 101101

Color Harmonies of #A40BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BDB

Black with #A40BDB

Text Example


Text Example

White with #A40BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BDB; }

 p { color: rgb(164,11,219); }

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

background-color css

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

 a { background-color: rgb(164,11,219); }

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

border-color css

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

 span { border-color: rgb(164,11,219); }

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