Html Css Color HEX #A45FBA Deep Lilac

📋 copy color: '#A45FBA'

red 164 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #A45FBA

Tints of Deep Lilac #A45FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.35%

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

R = 36.85%
G = 21.35%
B = 41.8%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A45FBA (or 0xA45FBA) is known color: Deep Lilac. HEX triplet: A4, 5F and BA. RGB value is (164,95,186). Sum of RGB (Red+Green+Blue) = 164+95+186=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #A45FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FBA is #5BA045. Grayscale: #7D7D7D. Windows color (decimal): -6004806 or 12214180. OLE color: 12214180.

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

Color convert

RGB 164 95 186 -
CMYK 0.12 0.49 0 0.27
HSL 285.49º 0.4% 0.55% -
HSV(B) 285.49º 0.49% 0.73% -
XYZ 28.26 19.62 48.75 -
YUV 126.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 164 95 186 0.12 0.49 0 0.27 285.49 0.4 0.55
Hex A4 5F BA C 31 0 1B 11D 28 37
Octal 244 137 272 14 61 0 33 435 50 67
Binary 10100100 1011111 10111010 1100 110001 0 11011 100011101 101000 110111

Color Harmonies of #A45FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FBA

Black with #A45FBA

Text Example


Text Example

White with #A45FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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