Html Css Color HEX #A000B9 Dark Violet

📋 copy color: '#A000B9'

red 160 ◦ green 0 ◦ blue 185

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

Shades of Dark Violet #A000B9

Tints of Dark Violet #A000B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.62%

R = 46.38%
G = 0%
B = 53.62%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A000B9 (or 0xA000B9) is known color: Dark Violet. HEX triplet: A0, 00 and B9. RGB value is (160,0,185). Sum of RGB (Red+Green+Blue) = 160+0+185=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #A000B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000B9 is #5FFF46. Grayscale: #444444. Windows color (decimal): -6291271 or 12124320. OLE color: 12124320.

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

Color convert

RGB 160 0 185 -
CMYK 0.14 1 0 0.27
HSL 291.89º 1% 0.36% -
HSV(B) 291.89º 1% 0.73% -
XYZ 23.25 10.98 46.79 -
YUV 68.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 160 0 185 0.14 1 0 0.27 291.89 1 0.36
Hex A0 0 B9 E 64 0 1B 124 64 24
Octal 240 0 271 16 144 0 33 444 144 44
Binary 10100000 0 10111001 1110 1100100 0 11011 100100100 1100100 100100

Color Harmonies of #A000B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000B9

Black with #A000B9

Text Example


Text Example

White with #A000B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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