Html Css Color HEX #A300BB Dark Violet

📋 copy color: '#A300BB'

red 163 ◦ green 0 ◦ blue 187

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

Shades of Dark Violet #A300BB

Tints of Dark Violet #A300BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 46.57%
G = 0%
B = 53.43%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A300BB (or 0xA300BB) is known color: Dark Violet. HEX triplet: A3, 00 and BB. RGB value is (163,0,187). Sum of RGB (Red+Green+Blue) = 163+0+187=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #A300BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300BB is #5CFF44. Grayscale: #454545. Windows color (decimal): -6094661 or 12255395. OLE color: 12255395.

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

Color convert

RGB 163 0 187 -
CMYK 0.13 1 0 0.27
HSL 292.3º 1% 0.37% -
HSV(B) 292.3º 1% 0.73% -
XYZ 24.07 11.37 47.94 -
YUV 70.06 194 194.29 -
System Red Green Blue C M Y K H S L
Decimal 163 0 187 0.13 1 0 0.27 292.3 1 0.37
Hex A3 0 BB D 64 0 1B 124 64 25
Octal 243 0 273 15 144 0 33 444 144 45
Binary 10100011 0 10111011 1101 1100100 0 11011 100100100 1100100 100101

Color Harmonies of #A300BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300BB

Black with #A300BB

Text Example


Text Example

White with #A300BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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