Html Css Color HEX #A40AEB Dark Violet

📋 copy color: '#A40AEB'

red 164 ◦ green 10 ◦ blue 235

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

Shades of Dark Violet #A40AEB

Tints of Dark Violet #A40AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 40.1%
G = 2.44%
B = 57.46%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A40AEB (or 0xA40AEB) is known color: Dark Violet. HEX triplet: A4, 0A and EB. RGB value is (164,10,235). Sum of RGB (Red+Green+Blue) = 164+10+235=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #A40AEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40AEB is #5BF514. Grayscale: #505050. Windows color (decimal): -6026517 or 15403684. OLE color: 15403684.

HSL color Cylindrical-coordinate representation of color #A40AEB: hue angle of 281.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40AEB is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 10 235 -
CMYK 0.30 0.96 0 0.08
HSL 281.07º 0.92% 0.48% -
HSV(B) 281.07º 0.96% 0.92% -
XYZ 30.41 14.11 79.72 -
YUV 81.7 214.52 186.7 -
System Red Green Blue C M Y K H S L
Decimal 164 10 235 0.30 0.96 0 0.08 281.07 0.92 0.48
Hex A4 A EB 1E 60 0 8 119 5C 30
Octal 244 12 353 36 140 0 10 431 134 60
Binary 10100100 1010 11101011 11110 1100000 0 1000 100011001 1011100 110000

Color Harmonies of #A40AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40AEB

Black with #A40AEB

Text Example


Text Example

White with #A40AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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