Html Css Color HEX #A012BB Dark Violet

📋 copy color: '#A012BB'

red 160 ◦ green 18 ◦ blue 187

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

Shades of Dark Violet #A012BB

Tints of Dark Violet #A012BB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.93%

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

R = 43.84%
G = 4.93%
B = 51.23%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A012BB (or 0xA012BB) is known color: Dark Violet. HEX triplet: A0, 12 and BB. RGB value is (160,18,187). Sum of RGB (Red+Green+Blue) = 160+18+187=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #A012BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012BB is #5FED44. Grayscale: #4F4F4F. Windows color (decimal): -6286661 or 12260000. OLE color: 12260000.

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

Color convert

RGB 160 18 187 -
CMYK 0.14 0.90 0 0.27
HSL 290.41º 0.82% 0.4% -
HSV(B) 290.41º 0.9% 0.73% -
XYZ 23.68 11.49 47.98 -
YUV 79.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 160 18 187 0.14 0.90 0 0.27 290.41 0.82 0.4
Hex A0 12 BB E 5A 0 1B 122 52 28
Octal 240 22 273 16 132 0 33 442 122 50
Binary 10100000 10010 10111011 1110 1011010 0 11011 100100010 1010010 101000

Color Harmonies of #A012BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012BB

Black with #A012BB

Text Example


Text Example

White with #A012BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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