Html Css Color HEX #A00BB0 Dark Violet

📋 copy color: '#A00BB0'

red 160 ◦ green 11 ◦ blue 176

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

Shades of Dark Violet #A00BB0

Tints of Dark Violet #A00BB0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.17%

 BLUE value IS 176 (69.14% from 255) = 50.72%

R = 46.11%
G = 3.17%
B = 50.72%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A00BB0 (or 0xA00BB0) is known color: Dark Violet. HEX triplet: A0, 0B and B0. RGB value is (160,11,176). Sum of RGB (Red+Green+Blue) = 160+11+176=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 176 (69.14% from 255 or 50.72% from 347); Max value from RGB is 176 - color contains mainly: blue. Hex color #A00BB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BB0 is #5FF44F. Grayscale: #494949. Windows color (decimal): -6288464 or 11537312. OLE color: 11537312.

HSL color Cylindrical-coordinate representation of color #A00BB0: hue angle of 294.18º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BB0 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 11 176 -
CMYK 0.09 0.94 0 0.31
HSL 294.18º 0.88% 0.37% -
HSV(B) 294.18º 0.94% 0.69% -
XYZ 22.45 10.85 41.98 -
YUV 74.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 160 11 176 0.09 0.94 0 0.31 294.18 0.88 0.37
Hex A0 B B0 9 5E 0 1F 126 58 25
Octal 240 13 260 11 136 0 37 446 130 45
Binary 10100000 1011 10110000 1001 1011110 0 11111 100100110 1011000 100101

Color Harmonies of #A00BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BB0

Black with #A00BB0

Text Example


Text Example

White with #A00BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BB0; }

 p { color: rgb(160,11,176); }

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

background-color css

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

 a { background-color: rgb(160,11,176); }

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

border-color css

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

 span { border-color: rgb(160,11,176); }

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