Html Css Color HEX #A552BB Deep Lilac

📋 copy color: '#A552BB'

red 165 ◦ green 82 ◦ blue 187

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

Shades of Deep Lilac #A552BB

Tints of Deep Lilac #A552BB

RGB

 RED value IS 165 (64.84% from 255) = 38.02%

 GREEN value IS 82 (32.42% from 255) = 18.89%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 38.02%
G = 18.89%
B = 43.09%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A552BB (or 0xA552BB) is known color: Deep Lilac. HEX triplet: A5, 52 and BB. RGB value is (165,82,187). Sum of RGB (Red+Green+Blue) = 165+82+187=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #A552BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552BB is #5AAD44. Grayscale: #767676. Windows color (decimal): -5942597 or 12276389. OLE color: 12276389.

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

Color convert

RGB 165 82 187 -
CMYK 0.12 0.56 0 0.27
HSL 287.43º 0.44% 0.53% -
HSV(B) 287.43º 0.56% 0.73% -
XYZ 27.5 17.62 48.97 -
YUV 118.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 165 82 187 0.12 0.56 0 0.27 287.43 0.44 0.53
Hex A5 52 BB C 38 0 1B 11F 2C 35
Octal 245 122 273 14 70 0 33 437 54 65
Binary 10100101 1010010 10111011 1100 111000 0 11011 100011111 101100 110101

Color Harmonies of #A552BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552BB

Black with #A552BB

Text Example


Text Example

White with #A552BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552BB; }

 p { color: rgb(165,82,187); }

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

background-color css

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

 a { background-color: rgb(165,82,187); }

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

border-color css

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

 span { border-color: rgb(165,82,187); }

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