Html Css Color HEX #A349BF Deep Lilac

📋 copy color: '#A349BF'

red 163 ◦ green 73 ◦ blue 191

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

Shades of Deep Lilac #A349BF

Tints of Deep Lilac #A349BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.73%

R = 38.17%
G = 17.1%
B = 44.73%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A349BF (or 0xA349BF) is known color: Deep Lilac. HEX triplet: A3, 49 and BF. RGB value is (163,73,191). Sum of RGB (Red+Green+Blue) = 163+73+191=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #A349BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349BF is #5CB640. Grayscale: #707070. Windows color (decimal): -6075969 or 12536227. OLE color: 12536227.

HSL color Cylindrical-coordinate representation of color #A349BF: hue angle of 285.76º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A349BF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 73 191 -
CMYK 0.15 0.62 0 0.25
HSL 285.76º 0.48% 0.52% -
HSV(B) 285.76º 0.62% 0.75% -
XYZ 26.89 16.31 51.02 -
YUV 113.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 163 73 191 0.15 0.62 0 0.25 285.76 0.48 0.52
Hex A3 49 BF F 3E 0 19 11E 30 34
Octal 243 111 277 17 76 0 31 436 60 64
Binary 10100011 1001001 10111111 1111 111110 0 11001 100011110 110000 110100

Color Harmonies of #A349BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349BF

Black with #A349BF

Text Example


Text Example

White with #A349BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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