Html Css Color HEX #A340EC Blue Violet

📋 copy color: '#A340EC'

red 163 ◦ green 64 ◦ blue 236

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

Shades of Blue Violet #A340EC

Tints of Blue Violet #A340EC

RGB

 RED value IS 163 (64.06% from 255) = 35.21%

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

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

R = 35.21%
G = 13.82%
B = 50.97%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A340EC (or 0xA340EC) is known color: Blue Violet. HEX triplet: A3, 40 and EC. RGB value is (163,64,236). Sum of RGB (Red+Green+Blue) = 163+64+236=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #A340EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A340EC is #5CBF13. Grayscale: #707070. Windows color (decimal): -6078228 or 15483043. OLE color: 15483043.

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

Color convert

RGB 163 64 236 -
CMYK 0.31 0.73 0 0.07
HSL 274.53º 0.82% 0.59% -
HSV(B) 274.53º 0.73% 0.93% -
XYZ 32.08 17.51 81.05 -
YUV 113.21 197.3 163.51 -
System Red Green Blue C M Y K H S L
Decimal 163 64 236 0.31 0.73 0 0.07 274.53 0.82 0.59
Hex A3 40 EC 1F 49 0 7 113 52 3B
Octal 243 100 354 37 111 0 7 423 122 73
Binary 10100011 1000000 11101100 11111 1001001 0 111 100010011 1010010 111011

Color Harmonies of #A340EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A340EC

Black with #A340EC

Text Example


Text Example

White with #A340EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A340EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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