Html Css Color HEX #A012B5 Dark Violet

📋 copy color: '#A012B5'

red 160 ◦ green 18 ◦ blue 181

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

Shades of Dark Violet #A012B5

Tints of Dark Violet #A012B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.42%

R = 44.57%
G = 5.01%
B = 50.42%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A012B5 (or 0xA012B5) is known color: Dark Violet. HEX triplet: A0, 12 and B5. RGB value is (160,18,181). Sum of RGB (Red+Green+Blue) = 160+18+181=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #A012B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012B5 is #5FED4A. Grayscale: #4E4E4E. Windows color (decimal): -6286667 or 11866784. OLE color: 11866784.

HSL color Cylindrical-coordinate representation of color #A012B5: hue angle of 292.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A012B5 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 18 181 -
CMYK 0.12 0.90 0 0.29
HSL 292.27º 0.82% 0.39% -
HSV(B) 292.27º 0.9% 0.71% -
XYZ 23.05 11.24 44.67 -
YUV 79.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 160 18 181 0.12 0.90 0 0.29 292.27 0.82 0.39
Hex A0 12 B5 C 5A 0 1D 124 52 27
Octal 240 22 265 14 132 0 35 444 122 47
Binary 10100000 10010 10110101 1100 1011010 0 11101 100100100 1010010 100111

Color Harmonies of #A012B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012B5

Black with #A012B5

Text Example


Text Example

White with #A012B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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