Html Css Color HEX #A00BBE Dark Violet

📋 copy color: '#A00BBE'

red 160 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #A00BBE

Tints of Dark Violet #A00BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 44.32%
G = 3.05%
B = 52.63%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A00BBE (or 0xA00BBE) is known color: Dark Violet. HEX triplet: A0, 0B and BE. RGB value is (160,11,190). Sum of RGB (Red+Green+Blue) = 160+11+190=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #A00BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BBE is #5FF441. Grayscale: #4B4B4B. Windows color (decimal): -6288450 or 12454816. OLE color: 12454816.

HSL color Cylindrical-coordinate representation of color #A00BBE: hue angle of 289.94º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BBE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 11 190 -
CMYK 0.16 0.94 0 0.25
HSL 289.94º 0.89% 0.39% -
HSV(B) 289.94º 0.94% 0.75% -
XYZ 23.91 11.43 49.66 -
YUV 75.96 192.36 187.95 -
System Red Green Blue C M Y K H S L
Decimal 160 11 190 0.16 0.94 0 0.25 289.94 0.89 0.39
Hex A0 B BE 10 5E 0 19 122 59 27
Octal 240 13 276 20 136 0 31 442 131 47
Binary 10100000 1011 10111110 10000 1011110 0 11001 100100010 1011001 100111

Color Harmonies of #A00BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BBE

Black with #A00BBE

Text Example


Text Example

White with #A00BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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