Html Css Color HEX #A45FBE Deep Lilac

📋 copy color: '#A45FBE'

red 164 ◦ green 95 ◦ blue 190

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

Shades of Deep Lilac #A45FBE

Tints of Deep Lilac #A45FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 36.53%
G = 21.16%
B = 42.32%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A45FBE (or 0xA45FBE) is known color: Deep Lilac. HEX triplet: A4, 5F and BE. RGB value is (164,95,190). Sum of RGB (Red+Green+Blue) = 164+95+190=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A45FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FBE is #5BA041. Grayscale: #7E7E7E. Windows color (decimal): -6004802 or 12476324. OLE color: 12476324.

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

Color convert

RGB 164 95 190 -
CMYK 0.14 0.5 0 0.25
HSL 283.58º 0.42% 0.56% -
HSV(B) 283.58º 0.5% 0.75% -
XYZ 28.7 19.79 51.02 -
YUV 126.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 164 95 190 0.14 0.5 0 0.25 283.58 0.42 0.56
Hex A4 5F BE E 32 0 19 11C 2A 38
Octal 244 137 276 16 62 0 31 434 52 70
Binary 10100100 1011111 10111110 1110 110010 0 11001 100011100 101010 111000

Color Harmonies of #A45FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FBE

Black with #A45FBE

Text Example


Text Example

White with #A45FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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