Html Css Color HEX #A300BD Dark Violet

📋 copy color: '#A300BD'

red 163 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #A300BD

Tints of Dark Violet #A300BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 46.31%
G = 0%
B = 53.69%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A300BD (or 0xA300BD) is known color: Dark Violet. HEX triplet: A3, 00 and BD. RGB value is (163,0,189). Sum of RGB (Red+Green+Blue) = 163+0+189=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #A300BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300BD is #5CFF42. Grayscale: #454545. Windows color (decimal): -6094659 or 12386467. OLE color: 12386467.

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

Color convert

RGB 163 0 189 -
CMYK 0.14 1 0 0.26
HSL 291.75º 1% 0.37% -
HSV(B) 291.75º 1% 0.74% -
XYZ 24.29 11.46 49.08 -
YUV 70.28 195 194.13 -
System Red Green Blue C M Y K H S L
Decimal 163 0 189 0.14 1 0 0.26 291.75 1 0.37
Hex A3 0 BD E 64 0 1A 124 64 25
Octal 243 0 275 16 144 0 32 444 144 45
Binary 10100011 0 10111101 1110 1100100 0 11010 100100100 1100100 100101

Color Harmonies of #A300BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A300BD

Black with #A300BD

Text Example


Text Example

White with #A300BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A300BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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