Html Css Color HEX #A40AB4 Dark Violet

📋 copy color: '#A40AB4'

red 164 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #A40AB4

Tints of Dark Violet #A40AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.85%

R = 46.33%
G = 2.82%
B = 50.85%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A40AB4 (or 0xA40AB4) is known color: Dark Violet. HEX triplet: A4, 0A and B4. RGB value is (164,10,180). Sum of RGB (Red+Green+Blue) = 164+10+180=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #A40AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AB4 is #5BF54B. Grayscale: #4A4A4A. Windows color (decimal): -6026572 or 11799204. OLE color: 11799204.

HSL color Cylindrical-coordinate representation of color #A40AB4: hue angle of 294.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40AB4 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 10 180 -
CMYK 0.09 0.94 0 0.29
HSL 294.35º 0.89% 0.37% -
HSV(B) 294.35º 0.94% 0.71% -
XYZ 23.66 11.4 44.13 -
YUV 75.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 164 10 180 0.09 0.94 0 0.29 294.35 0.89 0.37
Hex A4 A B4 9 5E 0 1D 126 59 25
Octal 244 12 264 11 136 0 35 446 131 45
Binary 10100100 1010 10110100 1001 1011110 0 11101 100100110 1011001 100101

Color Harmonies of #A40AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AB4

Black with #A40AB4

Text Example


Text Example

White with #A40AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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