Html Css Color HEX #A45AB3 Deep Lilac

📋 copy color: '#A45AB3'

red 164 ◦ green 90 ◦ blue 179

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

Shades of Deep Lilac #A45AB3

Tints of Deep Lilac #A45AB3

RGB

 RED value IS 164 (64.45% from 255) = 37.88%

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

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

R = 37.88%
G = 20.79%
B = 41.34%

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

#A45AB3 (or 0xA45AB3) is known color: Deep Lilac. HEX triplet: A4, 5A and B3. RGB value is (164,90,179). Sum of RGB (Red+Green+Blue) = 164+90+179=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #A45AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45AB3 is #5BA54C. Grayscale: #797979. Windows color (decimal): -6006093 or 11754148. OLE color: 11754148.

HSL color Cylindrical-coordinate representation of color #A45AB3: hue angle of 289.89º 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 #A45AB3 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 90 179 -
CMYK 0.08 0.50 0 0.30
HSL 289.89º 0.37% 0.53% -
HSV(B) 289.89º 0.5% 0.7% -
XYZ 27.1 18.46 44.78 -
YUV 122.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 164 90 179 0.08 0.50 0 0.30 289.89 0.37 0.53
Hex A4 5A B3 8 32 0 1E 122 25 35
Octal 244 132 263 10 62 0 36 442 45 65
Binary 10100100 1011010 10110011 1000 110010 0 11110 100100010 100101 110101

Color Harmonies of #A45AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45AB3

Black with #A45AB3

Text Example


Text Example

White with #A45AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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