Html Css Color HEX #A300CE Dark Violet

📋 copy color: '#A300CE'

red 163 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #A300CE

Tints of Dark Violet #A300CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 44.17%
G = 0%
B = 55.83%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A300CE (or 0xA300CE) is known color: Dark Violet. HEX triplet: A3, 00 and CE. RGB value is (163,0,206). Sum of RGB (Red+Green+Blue) = 163+0+206=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #A300CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300CE is #5CFF31. Grayscale: #474747. Windows color (decimal): -6094642 or 13500579. OLE color: 13500579.

HSL color Cylindrical-coordinate representation of color #A300CE: hue angle of 287.48º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300CE is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 0 206 -
CMYK 0.21 1 0 0.19
HSL 287.48º 1% 0.4% -
HSV(B) 287.48º 1% 0.81% -
XYZ 26.24 12.24 59.37 -
YUV 72.22 203.5 192.75 -
System Red Green Blue C M Y K H S L
Decimal 163 0 206 0.21 1 0 0.19 287.48 1 0.4
Hex A3 0 CE 15 64 0 13 11F 64 28
Octal 243 0 316 25 144 0 23 437 144 50
Binary 10100011 0 11001110 10101 1100100 0 10011 100011111 1100100 101000

Color Harmonies of #A300CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300CE

Black with #A300CE

Text Example


Text Example

White with #A300CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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