Html Css Color HEX #A45ABF Deep Lilac

📋 copy color: '#A45ABF'

red 164 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #A45ABF

Tints of Deep Lilac #A45ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.92%

R = 36.85%
G = 20.22%
B = 42.92%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A45ABF (or 0xA45ABF) is known color: Deep Lilac. HEX triplet: A4, 5A and BF. RGB value is (164,90,191). Sum of RGB (Red+Green+Blue) = 164+90+191=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #A45ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ABF is #5BA540. Grayscale: #7B7B7B. Windows color (decimal): -6006081 or 12540580. OLE color: 12540580.

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

Color convert

RGB 164 90 191 -
CMYK 0.14 0.53 0 0.25
HSL 283.96º 0.44% 0.55% -
HSV(B) 283.96º 0.53% 0.75% -
XYZ 28.37 18.97 51.46 -
YUV 123.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 164 90 191 0.14 0.53 0 0.25 283.96 0.44 0.55
Hex A4 5A BF E 35 0 19 11C 2C 37
Octal 244 132 277 16 65 0 31 434 54 67
Binary 10100100 1011010 10111111 1110 110101 0 11001 100011100 101100 110111

Color Harmonies of #A45ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ABF

Black with #A45ABF

Text Example


Text Example

White with #A45ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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