Html Css Color HEX #A40ADA Dark Violet

📋 copy color: '#A40ADA'

red 164 ◦ green 10 ◦ blue 218

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

Shades of Dark Violet #A40ADA

Tints of Dark Violet #A40ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.61%

R = 41.84%
G = 2.55%
B = 55.61%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A40ADA (or 0xA40ADA) is known color: Dark Violet. HEX triplet: A4, 0A and DA. RGB value is (164,10,218). Sum of RGB (Red+Green+Blue) = 164+10+218=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #A40ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ADA is #5BF525. Grayscale: #4F4F4F. Windows color (decimal): -6026534 or 14289572. OLE color: 14289572.

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

Color convert

RGB 164 10 218 -
CMYK 0.25 0.95 0 0.15
HSL 284.42º 0.91% 0.45% -
HSV(B) 284.42º 0.95% 0.85% -
XYZ 28.07 13.17 67.39 -
YUV 79.76 206.02 188.09 -
System Red Green Blue C M Y K H S L
Decimal 164 10 218 0.25 0.95 0 0.15 284.42 0.91 0.45
Hex A4 A DA 19 5F 0 F 11C 5B 2D
Octal 244 12 332 31 137 0 17 434 133 55
Binary 10100100 1010 11011010 11001 1011111 0 1111 100011100 1011011 101101

Color Harmonies of #A40ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40ADA

Black with #A40ADA

Text Example


Text Example

White with #A40ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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