Html Css Color HEX #A349BC Deep Lilac

📋 copy color: '#A349BC'

red 163 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #A349BC

Tints of Deep Lilac #A349BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 38.44%
G = 17.22%
B = 44.34%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A349BC (or 0xA349BC) is known color: Deep Lilac. HEX triplet: A3, 49 and BC. RGB value is (163,73,188). Sum of RGB (Red+Green+Blue) = 163+73+188=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #A349BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349BC is #5CB643. Grayscale: #707070. Windows color (decimal): -6075972 or 12339619. OLE color: 12339619.

HSL color Cylindrical-coordinate representation of color #A349BC: hue angle of 286.96º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A349BC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 73 188 -
CMYK 0.13 0.61 0 0.26
HSL 286.96º 0.46% 0.51% -
HSV(B) 286.96º 0.61% 0.74% -
XYZ 26.56 16.18 49.3 -
YUV 113.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 163 73 188 0.13 0.61 0 0.26 286.96 0.46 0.51
Hex A3 49 BC D 3D 0 1A 11F 2E 33
Octal 243 111 274 15 75 0 32 437 56 63
Binary 10100011 1001001 10111100 1101 111101 0 11010 100011111 101110 110011

Color Harmonies of #A349BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349BC

Black with #A349BC

Text Example


Text Example

White with #A349BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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