Html Css Color HEX #A40BEB Dark Violet

📋 copy color: '#A40BEB'

red 164 ◦ green 11 ◦ blue 235

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

Shades of Dark Violet #A40BEB

Tints of Dark Violet #A40BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.68%

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

R = 40%
G = 2.68%
B = 57.32%

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

#A40BEB (or 0xA40BEB) is known color: Dark Violet. HEX triplet: A4, 0B and EB. RGB value is (164,11,235). Sum of RGB (Red+Green+Blue) = 164+11+235=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #A40BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40BEB is #5BF414. Grayscale: #515151. Windows color (decimal): -6026261 or 15403940. OLE color: 15403940.

HSL color Cylindrical-coordinate representation of color #A40BEB: hue angle of 280.98º degrees, saturation: 0.91, 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 #A40BEB is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 11 235 -
CMYK 0.30 0.95 0 0.08
HSL 280.98º 0.91% 0.48% -
HSV(B) 280.98º 0.95% 0.92% -
XYZ 30.42 14.13 79.72 -
YUV 82.28 214.19 186.29 -
System Red Green Blue C M Y K H S L
Decimal 164 11 235 0.30 0.95 0 0.08 280.98 0.91 0.48
Hex A4 B EB 1E 5F 0 8 119 5B 30
Octal 244 13 353 36 137 0 10 431 133 60
Binary 10100100 1011 11101011 11110 1011111 0 1000 100011001 1011011 110000

Color Harmonies of #A40BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BEB

Black with #A40BEB

Text Example


Text Example

White with #A40BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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