Html Css Color HEX #A45BBA Deep Lilac

📋 copy color: '#A45BBA'

red 164 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #A45BBA

Tints of Deep Lilac #A45BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.63%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 37.19%
G = 20.63%
B = 42.18%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A45BBA (or 0xA45BBA) is known color: Deep Lilac. HEX triplet: A4, 5B and BA. RGB value is (164,91,186). Sum of RGB (Red+Green+Blue) = 164+91+186=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #A45BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BBA is #5BA445. Grayscale: #7B7B7B. Windows color (decimal): -6005830 or 12213156. OLE color: 12213156.

HSL color Cylindrical-coordinate representation of color #A45BBA: hue angle of 286.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45BBA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 91 186 -
CMYK 0.12 0.51 0 0.27
HSL 286.11º 0.41% 0.54% -
HSV(B) 286.11º 0.51% 0.73% -
XYZ 27.91 18.92 48.64 -
YUV 123.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 164 91 186 0.12 0.51 0 0.27 286.11 0.41 0.54
Hex A4 5B BA C 33 0 1B 11E 29 36
Octal 244 133 272 14 63 0 33 436 51 66
Binary 10100100 1011011 10111010 1100 110011 0 11011 100011110 101001 110110

Color Harmonies of #A45BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BBA

Black with #A45BBA

Text Example


Text Example

White with #A45BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BBA; }

 p { color: rgb(164,91,186); }

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

background-color css

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

 a { background-color: rgb(164,91,186); }

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

border-color css

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

 span { border-color: rgb(164,91,186); }

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