Html Css Color HEX #A012BC Dark Violet

📋 copy color: '#A012BC'

red 160 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #A012BC

Tints of Dark Violet #A012BC

RGB

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

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

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

R = 43.72%
G = 4.92%
B = 51.37%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A012BC (or 0xA012BC) is known color: Dark Violet. HEX triplet: A0, 12 and BC. RGB value is (160,18,188). Sum of RGB (Red+Green+Blue) = 160+18+188=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #A012BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012BC is #5FED43. Grayscale: #4F4F4F. Windows color (decimal): -6286660 or 12325536. OLE color: 12325536.

HSL color Cylindrical-coordinate representation of color #A012BC: hue angle of 290.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A012BC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 18 188 -
CMYK 0.15 0.90 0 0.26
HSL 290.12º 0.83% 0.4% -
HSV(B) 290.12º 0.9% 0.74% -
XYZ 23.79 11.54 48.55 -
YUV 79.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 160 18 188 0.15 0.90 0 0.26 290.12 0.83 0.4
Hex A0 12 BC F 5A 0 1A 122 53 28
Octal 240 22 274 17 132 0 32 442 123 50
Binary 10100000 10010 10111100 1111 1011010 0 11010 100100010 1010011 101000

Color Harmonies of #A012BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012BC

Black with #A012BC

Text Example


Text Example

White with #A012BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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