Html Css Color HEX #A349EC Blue Violet

📋 copy color: '#A349EC'

red 163 ◦ green 73 ◦ blue 236

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

Shades of Blue Violet #A349EC

Tints of Blue Violet #A349EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.47%

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

R = 34.53%
G = 15.47%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A349EC (or 0xA349EC) is known color: Blue Violet. HEX triplet: A3, 49 and EC. RGB value is (163,73,236). Sum of RGB (Red+Green+Blue) = 163+73+236=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #A349EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A349EC is #5CB613. Grayscale: #757575. Windows color (decimal): -6075924 or 15485347. OLE color: 15485347.

HSL color Cylindrical-coordinate representation of color #A349EC: hue angle of 273.13º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A349EC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 73 236 -
CMYK 0.31 0.69 0 0.07
HSL 273.13º 0.81% 0.61% -
HSV(B) 273.13º 0.69% 0.93% -
XYZ 32.63 18.61 81.23 -
YUV 118.49 194.32 159.75 -
System Red Green Blue C M Y K H S L
Decimal 163 73 236 0.31 0.69 0 0.07 273.13 0.81 0.61
Hex A3 49 EC 1F 45 0 7 111 51 3D
Octal 243 111 354 37 105 0 7 421 121 75
Binary 10100011 1001001 11101100 11111 1000101 0 111 100010001 1010001 111101

Color Harmonies of #A349EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349EC

Black with #A349EC

Text Example


Text Example

White with #A349EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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