Html Css Color HEX #A303DB Dark Violet

📋 copy color: '#A303DB'

red 163 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #A303DB

Tints of Dark Violet #A303DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 42.34%
G = 0.78%
B = 56.88%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A303DB (or 0xA303DB) is known color: Dark Violet. HEX triplet: A3, 03 and DB. RGB value is (163,3,219). Sum of RGB (Red+Green+Blue) = 163+3+219=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 3 (1.56% from 255 or 0.78% 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 #A303DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303DB is #5CFC24. Grayscale: #4A4A4A. Windows color (decimal): -6093861 or 14353315. OLE color: 14353315.

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

Color convert

RGB 163 3 219 -
CMYK 0.26 0.99 0 0.14
HSL 284.44º 0.97% 0.44% -
HSV(B) 284.44º 0.99% 0.86% -
XYZ 27.92 12.97 68.05 -
YUV 75.46 209.01 190.44 -
System Red Green Blue C M Y K H S L
Decimal 163 3 219 0.26 0.99 0 0.14 284.44 0.97 0.44
Hex A3 3 DB 1A 63 0 E 11C 61 2C
Octal 243 3 333 32 143 0 16 434 141 54
Binary 10100011 11 11011011 11010 1100011 0 1110 100011100 1100001 101100

Color Harmonies of #A303DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A303DB

Black with #A303DB

Text Example


Text Example

White with #A303DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A303DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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