Html Css Color HEX #A501DB Dark Violet

📋 copy color: '#A501DB'

red 165 ◦ green 1 ◦ blue 219

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

Shades of Dark Violet #A501DB

Tints of Dark Violet #A501DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 42.86%
G = 0.26%
B = 56.88%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A501DB (or 0xA501DB) is known color: Dark Violet. HEX triplet: A5, 01 and DB. RGB value is (165,1,219). Sum of RGB (Red+Green+Blue) = 165+1+219=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #A501DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501DB is #5AFE24. Grayscale: #4A4A4A. Windows color (decimal): -5963301 or 14352805. OLE color: 14352805.

HSL color Cylindrical-coordinate representation of color #A501DB: hue angle of 285.14º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A501DB is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 1 219 -
CMYK 0.25 1.00 0 0.14
HSL 285.14º 0.99% 0.43% -
HSV(B) 285.14º 1% 0.86% -
XYZ 28.31 13.14 68.06 -
YUV 74.89 209.33 192.27 -
System Red Green Blue C M Y K H S L
Decimal 165 1 219 0.25 1.00 0 0.14 285.14 0.99 0.43
Hex A5 1 DB 19 64 0 E 11D 63 2B
Octal 245 1 333 31 144 0 16 435 143 53
Binary 10100101 1 11011011 11001 1100100 0 1110 100011101 1100011 101011

Color Harmonies of #A501DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A501DB

Black with #A501DB

Text Example


Text Example

White with #A501DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A501DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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