Html Css Color HEX #A34EB5 Deep Lilac

📋 copy color: '#A34EB5'

red 163 ◦ green 78 ◦ blue 181

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

Shades of Deep Lilac #A34EB5

Tints of Deep Lilac #A34EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.89%

R = 38.63%
G = 18.48%
B = 42.89%

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

#A34EB5 (or 0xA34EB5) is known color: Deep Lilac. HEX triplet: A3, 4E and B5. RGB value is (163,78,181). Sum of RGB (Red+Green+Blue) = 163+78+181=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #A34EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EB5 is #5CB14A. Grayscale: #727272. Windows color (decimal): -6074699 or 11882147. OLE color: 11882147.

HSL color Cylindrical-coordinate representation of color #A34EB5: hue angle of 289.51º degrees, saturation: 0.41, 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 #A34EB5 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 78 181 -
CMYK 0.10 0.57 0 0.29
HSL 289.51º 0.41% 0.51% -
HSV(B) 289.51º 0.57% 0.71% -
XYZ 26.17 16.57 45.54 -
YUV 115.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 163 78 181 0.10 0.57 0 0.29 289.51 0.41 0.51
Hex A3 4E B5 A 39 0 1D 122 29 33
Octal 243 116 265 12 71 0 35 442 51 63
Binary 10100011 1001110 10110101 1010 111001 0 11101 100100010 101001 110011

Color Harmonies of #A34EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EB5

Black with #A34EB5

Text Example


Text Example

White with #A34EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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