Html Css Color HEX #A55AB3 Deep Lilac

📋 copy color: '#A55AB3'

red 165 ◦ green 90 ◦ blue 179

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

Shades of Deep Lilac #A55AB3

Tints of Deep Lilac #A55AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 38.02%
G = 20.74%
B = 41.24%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A55AB3 (or 0xA55AB3) is known color: Deep Lilac. HEX triplet: A5, 5A and B3. RGB value is (165,90,179). Sum of RGB (Red+Green+Blue) = 165+90+179=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #A55AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AB3 is #5AA54C. Grayscale: #7A7A7A. Windows color (decimal): -5940557 or 11754149. OLE color: 11754149.

HSL color Cylindrical-coordinate representation of color #A55AB3: hue angle of 290.56º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55AB3 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 90 179 -
CMYK 0.08 0.50 0 0.30
HSL 290.56º 0.37% 0.53% -
HSV(B) 290.56º 0.5% 0.7% -
XYZ 27.31 18.57 44.79 -
YUV 122.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 165 90 179 0.08 0.50 0 0.30 290.56 0.37 0.53
Hex A5 5A B3 8 32 0 1E 123 25 35
Octal 245 132 263 10 62 0 36 443 45 65
Binary 10100101 1011010 10110011 1000 110010 0 11110 100100011 100101 110101

Color Harmonies of #A55AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55AB3

Black with #A55AB3

Text Example


Text Example

White with #A55AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55AB3; }

 p { color: rgb(165,90,179); }

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

background-color css

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

 a { background-color: rgb(165,90,179); }

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

border-color css

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

 span { border-color: rgb(165,90,179); }

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