Html Css Color HEX #A34CB8 Deep Lilac

📋 copy color: '#A34CB8'

red 163 ◦ green 76 ◦ blue 184

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

Shades of Deep Lilac #A34CB8

Tints of Deep Lilac #A34CB8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 184 (72.27% from 255) = 43.5%

R = 38.53%
G = 17.97%
B = 43.5%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A34CB8 (or 0xA34CB8) is known color: Deep Lilac. HEX triplet: A3, 4C and B8. RGB value is (163,76,184). Sum of RGB (Red+Green+Blue) = 163+76+184=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 184 - color contains mainly: blue. Hex color #A34CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CB8 is #5CB347. Grayscale: #717171. Windows color (decimal): -6075208 or 12078243. OLE color: 12078243.

HSL color Cylindrical-coordinate representation of color #A34CB8: hue angle of 288.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A34CB8 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 76 184 -
CMYK 0.11 0.59 0 0.28
HSL 288.33º 0.43% 0.51% -
HSV(B) 288.33º 0.59% 0.72% -
XYZ 26.34 16.42 47.13 -
YUV 114.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 163 76 184 0.11 0.59 0 0.28 288.33 0.43 0.51
Hex A3 4C B8 B 3B 0 1C 120 2B 33
Octal 243 114 270 13 73 0 34 440 53 63
Binary 10100011 1001100 10111000 1011 111011 0 11100 100100000 101011 110011

Color Harmonies of #A34CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CB8

Black with #A34CB8

Text Example


Text Example

White with #A34CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CB8; }

 p { color: rgb(163,76,184); }

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

background-color css

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

 a { background-color: rgb(163,76,184); }

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

border-color css

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

 span { border-color: rgb(163,76,184); }

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