Html Css Color HEX #A552BE Deep Lilac

📋 copy color: '#A552BE'

red 165 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #A552BE

Tints of Deep Lilac #A552BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 37.76%
G = 18.76%
B = 43.48%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A552BE (or 0xA552BE) is known color: Deep Lilac. HEX triplet: A5, 52 and BE. RGB value is (165,82,190). Sum of RGB (Red+Green+Blue) = 165+82+190=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #A552BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552BE is #5AAD41. Grayscale: #767676. Windows color (decimal): -5942594 or 12472997. OLE color: 12472997.

HSL color Cylindrical-coordinate representation of color #A552BE: hue angle of 286.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A552BE is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 82 190 -
CMYK 0.13 0.57 0 0.25
HSL 286.11º 0.45% 0.53% -
HSV(B) 286.11º 0.57% 0.75% -
XYZ 27.83 17.75 50.67 -
YUV 119.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 165 82 190 0.13 0.57 0 0.25 286.11 0.45 0.53
Hex A5 52 BE D 39 0 19 11E 2D 35
Octal 245 122 276 15 71 0 31 436 55 65
Binary 10100101 1010010 10111110 1101 111001 0 11001 100011110 101101 110101

Color Harmonies of #A552BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552BE

Black with #A552BE

Text Example


Text Example

White with #A552BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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