Html Css Color HEX #A000BD Dark Violet

📋 copy color: '#A000BD'

red 160 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #A000BD

Tints of Dark Violet #A000BD

RGB

 RED value IS 160 (62.89% from 255) = 45.85%

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

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

R = 45.85%
G = 0%
B = 54.15%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A000BD (or 0xA000BD) is known color: Dark Violet. HEX triplet: A0, 00 and BD. RGB value is (160,0,189). Sum of RGB (Red+Green+Blue) = 160+0+189=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #A000BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000BD is #5FFF42. Grayscale: #444444. Windows color (decimal): -6291267 or 12386464. OLE color: 12386464.

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

Color convert

RGB 160 0 189 -
CMYK 0.15 1 0 0.26
HSL 290.79º 1% 0.37% -
HSV(B) 290.79º 1% 0.74% -
XYZ 23.68 11.15 49.05 -
YUV 69.39 195.51 192.63 -
System Red Green Blue C M Y K H S L
Decimal 160 0 189 0.15 1 0 0.26 290.79 1 0.37
Hex A0 0 BD F 64 0 1A 123 64 25
Octal 240 0 275 17 144 0 32 443 144 45
Binary 10100000 0 10111101 1111 1100100 0 11010 100100011 1100100 100101

Color Harmonies of #A000BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000BD

Black with #A000BD

Text Example


Text Example

White with #A000BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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