Html Css Color HEX #A40AC0 Dark Violet

📋 copy color: '#A40AC0'

red 164 ◦ green 10 ◦ blue 192

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

Shades of Dark Violet #A40AC0

Tints of Dark Violet #A40AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.46%

R = 44.81%
G = 2.73%
B = 52.46%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A40AC0 (or 0xA40AC0) is known color: Dark Violet. HEX triplet: A4, 0A and C0. RGB value is (164,10,192). Sum of RGB (Red+Green+Blue) = 164+10+192=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #A40AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AC0 is #5BF53F. Grayscale: #4C4C4C. Windows color (decimal): -6026560 or 12585636. OLE color: 12585636.

HSL color Cylindrical-coordinate representation of color #A40AC0: hue angle of 290.77º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40AC0 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 10 192 -
CMYK 0.15 0.95 0 0.25
HSL 290.77º 0.9% 0.4% -
HSV(B) 290.77º 0.95% 0.75% -
XYZ 24.93 11.92 50.85 -
YUV 76.79 193.02 190.2 -
System Red Green Blue C M Y K H S L
Decimal 164 10 192 0.15 0.95 0 0.25 290.77 0.9 0.4
Hex A4 A C0 F 5F 0 19 123 5A 28
Octal 244 12 300 17 137 0 31 443 132 50
Binary 10100100 1010 11000000 1111 1011111 0 11001 100100011 1011010 101000

Color Harmonies of #A40AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AC0

Black with #A40AC0

Text Example


Text Example

White with #A40AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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