Html Css Color HEX #A304DB Dark Violet

📋 copy color: '#A304DB'

red 163 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #A304DB

Tints of Dark Violet #A304DB

RGB

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

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

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

R = 42.23%
G = 1.04%
B = 56.74%

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

#A304DB (or 0xA304DB) is known color: Dark Violet. HEX triplet: A3, 04 and DB. RGB value is (163,4,219). Sum of RGB (Red+Green+Blue) = 163+4+219=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #A304DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304DB is #5CFB24. Grayscale: #4B4B4B. Windows color (decimal): -6093605 or 14353571. OLE color: 14353571.

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

Color convert

RGB 163 4 219 -
CMYK 0.26 0.98 0 0.14
HSL 284.37º 0.96% 0.44% -
HSV(B) 284.37º 0.98% 0.86% -
XYZ 27.93 12.99 68.05 -
YUV 76.05 208.68 190.02 -
System Red Green Blue C M Y K H S L
Decimal 163 4 219 0.26 0.98 0 0.14 284.37 0.96 0.44
Hex A3 4 DB 1A 62 0 E 11C 60 2C
Octal 243 4 333 32 142 0 16 434 140 54
Binary 10100011 100 11011011 11010 1100010 0 1110 100011100 1100000 101100

Color Harmonies of #A304DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304DB

Black with #A304DB

Text Example


Text Example

White with #A304DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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