Html Css Color HEX #A755BA Deep Lilac

📋 copy color: '#A755BA'

red 167 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #A755BA

Tints of Deep Lilac #A755BA

RGB

 RED value IS 167 (65.63% from 255) = 38.13%

 GREEN value IS 85 (33.59% from 255) = 19.41%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 38.13%
G = 19.41%
B = 42.47%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A755BA (or 0xA755BA) is known color: Deep Lilac. HEX triplet: A7, 55 and BA. RGB value is (167,85,186). Sum of RGB (Red+Green+Blue) = 167+85+186=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #A755BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755BA is #58AA45. Grayscale: #787878. Windows color (decimal): -5810758 or 12211623. OLE color: 12211623.

HSL color Cylindrical-coordinate representation of color #A755BA: hue angle of 288.71º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A755BA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 85 186 -
CMYK 0.10 0.54 0 0.27
HSL 288.71º 0.42% 0.53% -
HSV(B) 288.71º 0.54% 0.73% -
XYZ 28.05 18.26 48.5 -
YUV 121.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 167 85 186 0.10 0.54 0 0.27 288.71 0.42 0.53
Hex A7 55 BA A 36 0 1B 121 2A 35
Octal 247 125 272 12 66 0 33 441 52 65
Binary 10100111 1010101 10111010 1010 110110 0 11011 100100001 101010 110101

Color Harmonies of #A755BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755BA

Black with #A755BA

Text Example


Text Example

White with #A755BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755BA; }

 p { color: rgb(167,85,186); }

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

background-color css

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

 a { background-color: rgb(167,85,186); }

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

border-color css

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

 span { border-color: rgb(167,85,186); }

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