Html Css Color HEX #A504DB Dark Violet

📋 copy color: '#A504DB'

red 165 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #A504DB

Tints of Dark Violet #A504DB

RGB

 RED value IS 165 (64.84% from 255) = 42.53%

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

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

R = 42.53%
G = 1.03%
B = 56.44%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A504DB (or 0xA504DB) is known color: Dark Violet. HEX triplet: A5, 04 and DB. RGB value is (165,4,219). Sum of RGB (Red+Green+Blue) = 165+4+219=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #A504DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504DB is #5AFB24. Grayscale: #4B4B4B. Windows color (decimal): -5962533 or 14353573. OLE color: 14353573.

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

Color convert

RGB 165 4 219 -
CMYK 0.25 0.98 0 0.14
HSL 284.93º 0.96% 0.44% -
HSV(B) 284.93º 0.98% 0.86% -
XYZ 28.35 13.2 68.07 -
YUV 76.65 208.34 191.02 -
System Red Green Blue C M Y K H S L
Decimal 165 4 219 0.25 0.98 0 0.14 284.93 0.96 0.44
Hex A5 4 DB 19 62 0 E 11D 60 2C
Octal 245 4 333 31 142 0 16 435 140 54
Binary 10100101 100 11011011 11001 1100010 0 1110 100011101 1100000 101100

Color Harmonies of #A504DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504DB

Black with #A504DB

Text Example


Text Example

White with #A504DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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