Html Css Color HEX #A010BB Dark Violet

📋 copy color: '#A010BB'

red 160 ◦ green 16 ◦ blue 187

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

Shades of Dark Violet #A010BB

Tints of Dark Violet #A010BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.41%

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 44.08%
G = 4.41%
B = 51.52%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A010BB (or 0xA010BB) is known color: Dark Violet. HEX triplet: A0, 10 and BB. RGB value is (160,16,187). Sum of RGB (Red+Green+Blue) = 160+16+187=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #A010BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010BB is #5FEF44. Grayscale: #4E4E4E. Windows color (decimal): -6287173 or 12259488. OLE color: 12259488.

HSL color Cylindrical-coordinate representation of color #A010BB: hue angle of 290.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A010BB is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 16 187 -
CMYK 0.14 0.91 0 0.27
HSL 290.53º 0.84% 0.4% -
HSV(B) 290.53º 0.91% 0.73% -
XYZ 23.65 11.43 47.97 -
YUV 78.55 189.21 186.1 -
System Red Green Blue C M Y K H S L
Decimal 160 16 187 0.14 0.91 0 0.27 290.53 0.84 0.4
Hex A0 10 BB E 5B 0 1B 123 54 28
Octal 240 20 273 16 133 0 33 443 124 50
Binary 10100000 10000 10111011 1110 1011011 0 11011 100100011 1010100 101000

Color Harmonies of #A010BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010BB

Black with #A010BB

Text Example


Text Example

White with #A010BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010BB; }

 p { color: rgb(160,16,187); }

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

background-color css

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

 a { background-color: rgb(160,16,187); }

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

border-color css

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

 span { border-color: rgb(160,16,187); }

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