Html Css Color HEX #A40ACC Dark Violet

📋 copy color: '#A40ACC'

red 164 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #A40ACC

Tints of Dark Violet #A40ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 43.39%
G = 2.65%
B = 53.97%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A40ACC (or 0xA40ACC) is known color: Dark Violet. HEX triplet: A4, 0A and CC. RGB value is (164,10,204). Sum of RGB (Red+Green+Blue) = 164+10+204=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #A40ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ACC is #5BF533. Grayscale: #4D4D4D. Windows color (decimal): -6026548 or 13372068. OLE color: 13372068.

HSL color Cylindrical-coordinate representation of color #A40ACC: hue angle of 287.63º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40ACC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 10 204 -
CMYK 0.20 0.95 0 0.2
HSL 287.63º 0.91% 0.42% -
HSV(B) 287.63º 0.95% 0.8% -
XYZ 26.32 12.47 58.15 -
YUV 78.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 164 10 204 0.20 0.95 0 0.2 287.63 0.91 0.42
Hex A4 A CC 14 5F 0 14 120 5B 2A
Octal 244 12 314 24 137 0 24 440 133 52
Binary 10100100 1010 11001100 10100 1011111 0 10100 100100000 1011011 101010

Color Harmonies of #A40ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40ACC

Black with #A40ACC

Text Example


Text Example

White with #A40ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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