Html Css Color HEX #A300DB Dark Violet

📋 copy color: '#A300DB'

red 163 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #A300DB

Tints of Dark Violet #A300DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.67%
G = 0%
B = 57.33%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A300DB (or 0xA300DB) is known color: Dark Violet. HEX triplet: A3, 00 and DB. RGB value is (163,0,219). Sum of RGB (Red+Green+Blue) = 163+0+219=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #A300DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300DB is #5CFF24. Grayscale: #484848. Windows color (decimal): -6094629 or 14352547. OLE color: 14352547.

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

Color convert

RGB 163 0 219 -
CMYK 0.26 1 0 0.14
HSL 284.66º 1% 0.43% -
HSV(B) 284.66º 1% 0.86% -
XYZ 27.89 12.9 68.04 -
YUV 73.7 210 191.69 -
System Red Green Blue C M Y K H S L
Decimal 163 0 219 0.26 1 0 0.14 284.66 1 0.43
Hex A3 0 DB 1A 64 0 E 11D 64 2B
Octal 243 0 333 32 144 0 16 435 144 53
Binary 10100011 0 11011011 11010 1100100 0 1110 100011101 1100100 101011

Color Harmonies of #A300DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300DB

Black with #A300DB

Text Example


Text Example

White with #A300DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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