Html Css Color HEX #A455BD Deep Lilac

📋 copy color: '#A455BD'

red 164 ◦ green 85 ◦ blue 189

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

Shades of Deep Lilac #A455BD

Tints of Deep Lilac #A455BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 37.44%
G = 19.41%
B = 43.15%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A455BD (or 0xA455BD) is known color: Deep Lilac. HEX triplet: A4, 55 and BD. RGB value is (164,85,189). Sum of RGB (Red+Green+Blue) = 164+85+189=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #A455BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455BD is #5BAA42. Grayscale: #787878. Windows color (decimal): -6007363 or 12408228. OLE color: 12408228.

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

Color convert

RGB 164 85 189 -
CMYK 0.13 0.55 0 0.26
HSL 285.58º 0.44% 0.54% -
HSV(B) 285.58º 0.55% 0.74% -
XYZ 27.74 18.06 50.17 -
YUV 120.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 164 85 189 0.13 0.55 0 0.26 285.58 0.44 0.54
Hex A4 55 BD D 37 0 1A 11E 2C 36
Octal 244 125 275 15 67 0 32 436 54 66
Binary 10100100 1010101 10111101 1101 110111 0 11010 100011110 101100 110110

Color Harmonies of #A455BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455BD

Black with #A455BD

Text Example


Text Example

White with #A455BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455BD; }

 p { color: rgb(164,85,189); }

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

background-color css

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

 a { background-color: rgb(164,85,189); }

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

border-color css

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

 span { border-color: rgb(164,85,189); }

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