Html Css Color HEX #A45ABD Deep Lilac

📋 copy color: '#A45ABD'

red 164 ◦ green 90 ◦ blue 189

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

Shades of Deep Lilac #A45ABD

Tints of Deep Lilac #A45ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 37.02%
G = 20.32%
B = 42.66%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A45ABD (or 0xA45ABD) is known color: Deep Lilac. HEX triplet: A4, 5A and BD. RGB value is (164,90,189). Sum of RGB (Red+Green+Blue) = 164+90+189=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #A45ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ABD is #5BA542. Grayscale: #7B7B7B. Windows color (decimal): -6006083 or 12409508. OLE color: 12409508.

HSL color Cylindrical-coordinate representation of color #A45ABD: hue angle of 284.85º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A45ABD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 90 189 -
CMYK 0.13 0.52 0 0.26
HSL 284.85º 0.43% 0.55% -
HSV(B) 284.85º 0.52% 0.74% -
XYZ 28.15 18.88 50.3 -
YUV 123.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 164 90 189 0.13 0.52 0 0.26 284.85 0.43 0.55
Hex A4 5A BD D 34 0 1A 11D 2B 37
Octal 244 132 275 15 64 0 32 435 53 67
Binary 10100100 1011010 10111101 1101 110100 0 11010 100011101 101011 110111

Color Harmonies of #A45ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ABD

Black with #A45ABD

Text Example


Text Example

White with #A45ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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