Html Css Color HEX #A00BBC Dark Violet

📋 copy color: '#A00BBC'

red 160 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #A00BBC

Tints of Dark Violet #A00BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 44.57%
G = 3.06%
B = 52.37%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A00BBC (or 0xA00BBC) is known color: Dark Violet. HEX triplet: A0, 0B and BC. RGB value is (160,11,188). Sum of RGB (Red+Green+Blue) = 160+11+188=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #A00BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BBC is #5FF443. Grayscale: #4B4B4B. Windows color (decimal): -6288452 or 12323744. OLE color: 12323744.

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

Color convert

RGB 160 11 188 -
CMYK 0.15 0.94 0 0.26
HSL 290.51º 0.89% 0.39% -
HSV(B) 290.51º 0.94% 0.74% -
XYZ 23.69 11.34 48.52 -
YUV 75.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 160 11 188 0.15 0.94 0 0.26 290.51 0.89 0.39
Hex A0 B BC F 5E 0 1A 123 59 27
Octal 240 13 274 17 136 0 32 443 131 47
Binary 10100000 1011 10111100 1111 1011110 0 11010 100100011 1011001 100111

Color Harmonies of #A00BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BBC

Black with #A00BBC

Text Example


Text Example

White with #A00BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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