Html Css Color HEX #A300BA Dark Violet

📋 copy color: '#A300BA'

red 163 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #A300BA

Tints of Dark Violet #A300BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 46.7%
G = 0%
B = 53.3%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A300BA (or 0xA300BA) is known color: Dark Violet. HEX triplet: A3, 00 and BA. RGB value is (163,0,186). Sum of RGB (Red+Green+Blue) = 163+0+186=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #A300BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300BA is #5CFF45. Grayscale: #454545. Windows color (decimal): -6094662 or 12189859. OLE color: 12189859.

HSL color Cylindrical-coordinate representation of color #A300BA: hue angle of 292.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300BA is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 0 186 -
CMYK 0.12 1 0 0.27
HSL 292.58º 1% 0.36% -
HSV(B) 292.58º 1% 0.73% -
XYZ 23.97 11.33 47.38 -
YUV 69.94 193.5 194.38 -
System Red Green Blue C M Y K H S L
Decimal 163 0 186 0.12 1 0 0.27 292.58 1 0.36
Hex A3 0 BA C 64 0 1B 125 64 24
Octal 243 0 272 14 144 0 33 445 144 44
Binary 10100011 0 10111010 1100 1100100 0 11011 100100101 1100100 100100

Color Harmonies of #A300BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300BA

Black with #A300BA

Text Example


Text Example

White with #A300BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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