Html Css Color HEX #A349EA Blue Violet

📋 copy color: '#A349EA'

red 163 ◦ green 73 ◦ blue 234

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

Shades of Blue Violet #A349EA

Tints of Blue Violet #A349EA

RGB

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

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

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

R = 34.68%
G = 15.53%
B = 49.79%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A349EA (or 0xA349EA) is known color: Blue Violet. HEX triplet: A3, 49 and EA. RGB value is (163,73,234). Sum of RGB (Red+Green+Blue) = 163+73+234=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #A349EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A349EA is #5CB615. Grayscale: #757575. Windows color (decimal): -6075926 or 15354275. OLE color: 15354275.

HSL color Cylindrical-coordinate representation of color #A349EA: hue angle of 273.54º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A349EA is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 73 234 -
CMYK 0.30 0.69 0 0.08
HSL 273.54º 0.79% 0.6% -
HSV(B) 273.54º 0.69% 0.92% -
XYZ 32.34 18.49 79.71 -
YUV 118.26 193.32 159.91 -
System Red Green Blue C M Y K H S L
Decimal 163 73 234 0.30 0.69 0 0.08 273.54 0.79 0.6
Hex A3 49 EA 1E 45 0 8 112 4F 3C
Octal 243 111 352 36 105 0 10 422 117 74
Binary 10100011 1001001 11101010 11110 1000101 0 1000 100010010 1001111 111100

Color Harmonies of #A349EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349EA

Black with #A349EA

Text Example


Text Example

White with #A349EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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