Html Css Color HEX #A540EC Blue Violet

📋 copy color: '#A540EC'

red 165 ◦ green 64 ◦ blue 236

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

Shades of Blue Violet #A540EC

Tints of Blue Violet #A540EC

RGB

 RED value IS 165 (64.84% from 255) = 35.48%

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

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

R = 35.48%
G = 13.76%
B = 50.75%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A540EC (or 0xA540EC) is known color: Blue Violet. HEX triplet: A5, 40 and EC. RGB value is (165,64,236). Sum of RGB (Red+Green+Blue) = 165+64+236=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #A540EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A540EC is #5ABF13. Grayscale: #717171. Windows color (decimal): -5947156 or 15483045. OLE color: 15483045.

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

Color convert

RGB 165 64 236 -
CMYK 0.30 0.73 0 0.07
HSL 275.23º 0.82% 0.59% -
HSV(B) 275.23º 0.73% 0.93% -
XYZ 32.49 17.72 81.07 -
YUV 113.81 196.96 164.51 -
System Red Green Blue C M Y K H S L
Decimal 165 64 236 0.30 0.73 0 0.07 275.23 0.82 0.59
Hex A5 40 EC 1E 49 0 7 113 52 3B
Octal 245 100 354 36 111 0 7 423 122 73
Binary 10100101 1000000 11101100 11110 1001001 0 111 100010011 1010010 111011

Color Harmonies of #A540EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540EC

Black with #A540EC

Text Example


Text Example

White with #A540EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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