Html Css Color HEX #A40CEB Dark Violet

📋 copy color: '#A40CEB'

red 164 ◦ green 12 ◦ blue 235

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

Shades of Dark Violet #A40CEB

Tints of Dark Violet #A40CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.92%

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

R = 39.9%
G = 2.92%
B = 57.18%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A40CEB (or 0xA40CEB) is known color: Dark Violet. HEX triplet: A4, 0C and EB. RGB value is (164,12,235). Sum of RGB (Red+Green+Blue) = 164+12+235=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #A40CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40CEB is #5BF314. Grayscale: #525252. Windows color (decimal): -6026005 or 15404196. OLE color: 15404196.

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

Color convert

RGB 164 12 235 -
CMYK 0.30 0.95 0 0.08
HSL 280.9º 0.9% 0.48% -
HSV(B) 280.9º 0.95% 0.92% -
XYZ 30.44 14.15 79.72 -
YUV 82.87 213.86 185.87 -
System Red Green Blue C M Y K H S L
Decimal 164 12 235 0.30 0.95 0 0.08 280.9 0.9 0.48
Hex A4 C EB 1E 5F 0 8 119 5A 30
Octal 244 14 353 36 137 0 10 431 132 60
Binary 10100100 1100 11101011 11110 1011111 0 1000 100011001 1011010 110000

Color Harmonies of #A40CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CEB

Black with #A40CEB

Text Example


Text Example

White with #A40CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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