Html Css Color HEX #A104DB Dark Violet

📋 copy color: '#A104DB'

red 161 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #A104DB

Tints of Dark Violet #A104DB

RGB

 RED value IS 161 (63.28% from 255) = 41.93%

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 41.93%
G = 1.04%
B = 57.03%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A104DB (or 0xA104DB) is known color: Dark Violet. HEX triplet: A1, 04 and DB. RGB value is (161,4,219). Sum of RGB (Red+Green+Blue) = 161+4+219=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #A104DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A104DB is #5EFB24. Grayscale: #4A4A4A. Windows color (decimal): -6224677 or 14353569. OLE color: 14353569.

HSL color Cylindrical-coordinate representation of color #A104DB: hue angle of 283.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104DB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 4 219 -
CMYK 0.26 0.98 0 0.14
HSL 283.81º 0.96% 0.44% -
HSV(B) 283.81º 0.98% 0.86% -
XYZ 27.53 12.78 68.03 -
YUV 75.45 209.01 189.02 -
System Red Green Blue C M Y K H S L
Decimal 161 4 219 0.26 0.98 0 0.14 283.81 0.96 0.44
Hex A1 4 DB 1A 62 0 E 11C 60 2C
Octal 241 4 333 32 142 0 16 434 140 54
Binary 10100001 100 11011011 11010 1100010 0 1110 100011100 1100000 101100

Color Harmonies of #A104DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A104DB

Black with #A104DB

Text Example


Text Example

White with #A104DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A104DB; }

 p { color: rgb(161,4,219); }

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

background-color css

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

 a { background-color: rgb(161,4,219); }

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

border-color css

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

 span { border-color: rgb(161,4,219); }

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