Html Css Color HEX #A301DB Dark Violet

📋 copy color: '#A301DB'

red 163 ◦ green 1 ◦ blue 219

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

Shades of Dark Violet #A301DB

Tints of Dark Violet #A301DB

RGB

 RED value IS 163 (64.06% from 255) = 42.56%

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

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

R = 42.56%
G = 0.26%
B = 57.18%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A301DB (or 0xA301DB) is known color: Dark Violet. HEX triplet: A3, 01 and DB. RGB value is (163,1,219). Sum of RGB (Red+Green+Blue) = 163+1+219=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #A301DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301DB is #5CFE24. Grayscale: #494949. Windows color (decimal): -6094373 or 14352803. OLE color: 14352803.

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

Color convert

RGB 163 1 219 -
CMYK 0.26 1.00 0 0.14
HSL 284.59º 0.99% 0.43% -
HSV(B) 284.59º 1% 0.86% -
XYZ 27.9 12.92 68.04 -
YUV 74.29 209.67 191.27 -
System Red Green Blue C M Y K H S L
Decimal 163 1 219 0.26 1.00 0 0.14 284.59 0.99 0.43
Hex A3 1 DB 1A 64 0 E 11D 63 2B
Octal 243 1 333 32 144 0 16 435 143 53
Binary 10100011 1 11011011 11010 1100100 0 1110 100011101 1100011 101011

Color Harmonies of #A301DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301DB

Black with #A301DB

Text Example


Text Example

White with #A301DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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