Html Css Color HEX #A552BA Deep Lilac

📋 copy color: '#A552BA'

red 165 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #A552BA

Tints of Deep Lilac #A552BA

RGB

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

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

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

R = 38.11%
G = 18.94%
B = 42.96%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A552BA (or 0xA552BA) is known color: Deep Lilac. HEX triplet: A5, 52 and BA. RGB value is (165,82,186). Sum of RGB (Red+Green+Blue) = 165+82+186=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #A552BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552BA is #5AAD45. Grayscale: #767676. Windows color (decimal): -5942598 or 12210853. OLE color: 12210853.

HSL color Cylindrical-coordinate representation of color #A552BA: hue angle of 287.88º degrees, saturation: 0.43, 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 #A552BA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 82 186 -
CMYK 0.11 0.56 0 0.27
HSL 287.88º 0.43% 0.53% -
HSV(B) 287.88º 0.56% 0.73% -
XYZ 27.4 17.58 48.4 -
YUV 118.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 165 82 186 0.11 0.56 0 0.27 287.88 0.43 0.53
Hex A5 52 BA B 38 0 1B 120 2B 35
Octal 245 122 272 13 70 0 33 440 53 65
Binary 10100101 1010010 10111010 1011 111000 0 11011 100100000 101011 110101

Color Harmonies of #A552BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552BA

Black with #A552BA

Text Example


Text Example

White with #A552BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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