Html Css Color HEX #A34DB3 Deep Lilac

📋 copy color: '#A34DB3'

red 163 ◦ green 77 ◦ blue 179

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

Shades of Deep Lilac #A34DB3

Tints of Deep Lilac #A34DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.38%

 BLUE value IS 179 (70.31% from 255) = 42.72%

R = 38.9%
G = 18.38%
B = 42.72%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A34DB3 (or 0xA34DB3) is known color: Deep Lilac. HEX triplet: A3, 4D and B3. RGB value is (163,77,179). Sum of RGB (Red+Green+Blue) = 163+77+179=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #A34DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DB3 is #5CB24C. Grayscale: #727272. Windows color (decimal): -6074957 or 11750819. OLE color: 11750819.

HSL color Cylindrical-coordinate representation of color #A34DB3: hue angle of 290.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34DB3 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 77 179 -
CMYK 0.09 0.57 0 0.30
HSL 290.59º 0.4% 0.5% -
HSV(B) 290.59º 0.57% 0.7% -
XYZ 25.89 16.35 44.44 -
YUV 114.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 163 77 179 0.09 0.57 0 0.30 290.59 0.4 0.5
Hex A3 4D B3 9 39 0 1E 123 28 32
Octal 243 115 263 11 71 0 36 443 50 62
Binary 10100011 1001101 10110011 1001 111001 0 11110 100100011 101000 110010

Color Harmonies of #A34DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34DB3

Black with #A34DB3

Text Example


Text Example

White with #A34DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34DB3; }

 p { color: rgb(163,77,179); }

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

background-color css

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

 a { background-color: rgb(163,77,179); }

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

border-color css

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

 span { border-color: rgb(163,77,179); }

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