Html Css Color HEX #A45EB2 Deep Lilac

📋 copy color: '#A45EB2'

red 164 ◦ green 94 ◦ blue 178

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

Shades of Deep Lilac #A45EB2

Tints of Deep Lilac #A45EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.56%

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 37.61%
G = 21.56%
B = 40.83%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A45EB2 (or 0xA45EB2) is known color: Deep Lilac. HEX triplet: A4, 5E and B2. RGB value is (164,94,178). Sum of RGB (Red+Green+Blue) = 164+94+178=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #A45EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45EB2 is #5BA14D. Grayscale: #7C7C7C. Windows color (decimal): -6005070 or 11689636. OLE color: 11689636.

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

Color convert

RGB 164 94 178 -
CMYK 0.08 0.47 0 0.30
HSL 290º 0.35% 0.53% -
HSV(B) 290º 0.47% 0.7% -
XYZ 27.35 19.11 44.37 -
YUV 124.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 164 94 178 0.08 0.47 0 0.30 290 0.35 0.53
Hex A4 5E B2 8 2F 0 1E 122 23 35
Octal 244 136 262 10 57 0 36 442 43 65
Binary 10100100 1011110 10110010 1000 101111 0 11110 100100010 100011 110101

Color Harmonies of #A45EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45EB2

Black with #A45EB2

Text Example


Text Example

White with #A45EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45EB2; }

 p { color: rgb(164,94,178); }

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

background-color css

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

 a { background-color: rgb(164,94,178); }

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

border-color css

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

 span { border-color: rgb(164,94,178); }

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