Html Css Color HEX #A349BA Deep Lilac

📋 copy color: '#A349BA'

red 163 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #A349BA

Tints of Deep Lilac #A349BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 38.63%
G = 17.3%
B = 44.08%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A349BA (or 0xA349BA) is known color: Deep Lilac. HEX triplet: A3, 49 and BA. RGB value is (163,73,186). Sum of RGB (Red+Green+Blue) = 163+73+186=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #A349BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349BA is #5CB645. Grayscale: #707070. Windows color (decimal): -6075974 or 12208547. OLE color: 12208547.

HSL color Cylindrical-coordinate representation of color #A349BA: hue angle of 287.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A349BA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 73 186 -
CMYK 0.12 0.61 0 0.27
HSL 287.79º 0.45% 0.51% -
HSV(B) 287.79º 0.61% 0.73% -
XYZ 26.35 16.1 48.17 -
YUV 112.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 163 73 186 0.12 0.61 0 0.27 287.79 0.45 0.51
Hex A3 49 BA C 3D 0 1B 120 2D 33
Octal 243 111 272 14 75 0 33 440 55 63
Binary 10100011 1001001 10111010 1100 111101 0 11011 100100000 101101 110011

Color Harmonies of #A349BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349BA

Black with #A349BA

Text Example


Text Example

White with #A349BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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