Html Css Color HEX #A45FBC Deep Lilac

📋 copy color: '#A45FBC'

red 164 ◦ green 95 ◦ blue 188

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

Shades of Deep Lilac #A45FBC

Tints of Deep Lilac #A45FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 36.69%
G = 21.25%
B = 42.06%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A45FBC (or 0xA45FBC) is known color: Deep Lilac. HEX triplet: A4, 5F and BC. RGB value is (164,95,188). Sum of RGB (Red+Green+Blue) = 164+95+188=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #A45FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FBC is #5BA043. Grayscale: #7D7D7D. Windows color (decimal): -6004804 or 12345252. OLE color: 12345252.

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

Color convert

RGB 164 95 188 -
CMYK 0.13 0.49 0 0.26
HSL 284.52º 0.41% 0.55% -
HSV(B) 284.52º 0.49% 0.74% -
XYZ 28.48 19.71 49.88 -
YUV 126.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 164 95 188 0.13 0.49 0 0.26 284.52 0.41 0.55
Hex A4 5F BC D 31 0 1A 11D 29 37
Octal 244 137 274 15 61 0 32 435 51 67
Binary 10100100 1011111 10111100 1101 110001 0 11010 100011101 101001 110111

Color Harmonies of #A45FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FBC

Black with #A45FBC

Text Example


Text Example

White with #A45FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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