Html Css Color HEX #A40AB9 Dark Violet

📋 copy color: '#A40AB9'

red 164 ◦ green 10 ◦ blue 185

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

Shades of Dark Violet #A40AB9

Tints of Dark Violet #A40AB9

RGB

 RED value IS 164 (64.45% from 255) = 45.68%

 GREEN value IS 10 (4.3% from 255) = 2.79%

 BLUE value IS 185 (72.66% from 255) = 51.53%

R = 45.68%
G = 2.79%
B = 51.53%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A40AB9 (or 0xA40AB9) is known color: Dark Violet. HEX triplet: A4, 0A and B9. RGB value is (164,10,185). Sum of RGB (Red+Green+Blue) = 164+10+185=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #A40AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AB9 is #5BF546. Grayscale: #4B4B4B. Windows color (decimal): -6026567 or 12126884. OLE color: 12126884.

HSL color Cylindrical-coordinate representation of color #A40AB9: hue angle of 292.8º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40AB9 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 10 185 -
CMYK 0.11 0.95 0 0.27
HSL 292.8º 0.9% 0.38% -
HSV(B) 292.8º 0.95% 0.73% -
XYZ 24.18 11.61 46.87 -
YUV 76 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 164 10 185 0.11 0.95 0 0.27 292.8 0.9 0.38
Hex A4 A B9 B 5F 0 1B 125 5A 26
Octal 244 12 271 13 137 0 33 445 132 46
Binary 10100100 1010 10111001 1011 1011111 0 11011 100100101 1011010 100110

Color Harmonies of #A40AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AB9

Black with #A40AB9

Text Example


Text Example

White with #A40AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AB9; }

 p { color: rgb(164,10,185); }

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

background-color css

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

 a { background-color: rgb(164,10,185); }

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

border-color css

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

 span { border-color: rgb(164,10,185); }

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