Html Css Color HEX #A34EB6 Deep Lilac

📋 copy color: '#A34EB6'

red 163 ◦ green 78 ◦ blue 182

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

Shades of Deep Lilac #A34EB6

Tints of Deep Lilac #A34EB6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 38.53%
G = 18.44%
B = 43.03%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A34EB6 (or 0xA34EB6) is known color: Deep Lilac. HEX triplet: A3, 4E and B6. RGB value is (163,78,182). Sum of RGB (Red+Green+Blue) = 163+78+182=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #A34EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EB6 is #5CB149. Grayscale: #727272. Windows color (decimal): -6074698 or 11947683. OLE color: 11947683.

HSL color Cylindrical-coordinate representation of color #A34EB6: hue angle of 289.04º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34EB6 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 78 182 -
CMYK 0.10 0.57 0 0.29
HSL 289.04º 0.42% 0.51% -
HSV(B) 289.04º 0.57% 0.71% -
XYZ 26.27 16.61 46.08 -
YUV 115.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 163 78 182 0.10 0.57 0 0.29 289.04 0.42 0.51
Hex A3 4E B6 A 39 0 1D 121 2A 33
Octal 243 116 266 12 71 0 35 441 52 63
Binary 10100011 1001110 10110110 1010 111001 0 11101 100100001 101010 110011

Color Harmonies of #A34EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EB6

Black with #A34EB6

Text Example


Text Example

White with #A34EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EB6; }

 p { color: rgb(163,78,182); }

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

background-color css

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

 a { background-color: rgb(163,78,182); }

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

border-color css

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

 span { border-color: rgb(163,78,182); }

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