Html Css Color HEX #A40BEA Dark Violet

📋 copy color: '#A40BEA'

red 164 ◦ green 11 ◦ blue 234

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

Shades of Dark Violet #A40BEA

Tints of Dark Violet #A40BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 40.1%
G = 2.69%
B = 57.21%

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

#A40BEA (or 0xA40BEA) is known color: Dark Violet. HEX triplet: A4, 0B and EA. RGB value is (164,11,234). Sum of RGB (Red+Green+Blue) = 164+11+234=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #A40BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40BEA is #5BF415. Grayscale: #515151. Windows color (decimal): -6026262 or 15338404. OLE color: 15338404.

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

Color convert

RGB 164 11 234 -
CMYK 0.30 0.95 0 0.08
HSL 281.17º 0.91% 0.48% -
HSV(B) 281.17º 0.95% 0.92% -
XYZ 30.28 14.07 78.96 -
YUV 82.17 213.69 186.37 -
System Red Green Blue C M Y K H S L
Decimal 164 11 234 0.30 0.95 0 0.08 281.17 0.91 0.48
Hex A4 B EA 1E 5F 0 8 119 5B 30
Octal 244 13 352 36 137 0 10 431 133 60
Binary 10100100 1011 11101010 11110 1011111 0 1000 100011001 1011011 110000

Color Harmonies of #A40BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BEA

Black with #A40BEA

Text Example


Text Example

White with #A40BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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