Html Css Color HEX #A300DC Dark Violet

📋 copy color: '#A300DC'

red 163 ◦ green 0 ◦ blue 220

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

Shades of Dark Violet #A300DC

Tints of Dark Violet #A300DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 42.56%
G = 0%
B = 57.44%

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

#A300DC (or 0xA300DC) is known color: Dark Violet. HEX triplet: A3, 00 and DC. RGB value is (163,0,220). Sum of RGB (Red+Green+Blue) = 163+0+220=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #A300DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300DC is #5CFF23. Grayscale: #494949. Windows color (decimal): -6094628 or 14418083. OLE color: 14418083.

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

Color convert

RGB 163 0 220 -
CMYK 0.26 1 0 0.14
HSL 284.45º 1% 0.43% -
HSV(B) 284.45º 1% 0.86% -
XYZ 28.02 12.95 68.73 -
YUV 73.82 210.5 191.61 -
System Red Green Blue C M Y K H S L
Decimal 163 0 220 0.26 1 0 0.14 284.45 1 0.43
Hex A3 0 DC 1A 64 0 E 11C 64 2B
Octal 243 0 334 32 144 0 16 434 144 53
Binary 10100011 0 11011100 11010 1100100 0 1110 100011100 1100100 101011

Color Harmonies of #A300DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300DC

Black with #A300DC

Text Example


Text Example

White with #A300DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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