Html Css Color HEX #A040EC Blue Violet

📋 copy color: '#A040EC'

red 160 ◦ green 64 ◦ blue 236

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

Shades of Blue Violet #A040EC

Tints of Blue Violet #A040EC

RGB

 RED value IS 160 (62.89% from 255) = 34.78%

 GREEN value IS 64 (25.39% from 255) = 13.91%

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 34.78%
G = 13.91%
B = 51.3%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A040EC (or 0xA040EC) is known color: Blue Violet. HEX triplet: A0, 40 and EC. RGB value is (160,64,236). Sum of RGB (Red+Green+Blue) = 160+64+236=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #A040EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040EC is #5FBF13. Grayscale: #6F6F6F. Windows color (decimal): -6274836 or 15483040. OLE color: 15483040.

HSL color Cylindrical-coordinate representation of color #A040EC: hue angle of 273.49º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A040EC is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 64 236 -
CMYK 0.32 0.73 0 0.07
HSL 273.49º 0.82% 0.59% -
HSV(B) 273.49º 0.73% 0.93% -
XYZ 31.47 17.2 81.02 -
YUV 112.31 197.8 162.01 -
System Red Green Blue C M Y K H S L
Decimal 160 64 236 0.32 0.73 0 0.07 273.49 0.82 0.59
Hex A0 40 EC 20 49 0 7 111 52 3B
Octal 240 100 354 40 111 0 7 421 122 73
Binary 10100000 1000000 11101100 100000 1001001 0 111 100010001 1010010 111011

Color Harmonies of #A040EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040EC

Black with #A040EC

Text Example


Text Example

White with #A040EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040EC; }

 p { color: rgb(160,64,236); }

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

background-color css

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

 a { background-color: rgb(160,64,236); }

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

border-color css

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

 span { border-color: rgb(160,64,236); }

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