Html Css Color HEX #A455BA Deep Lilac

📋 copy color: '#A455BA'

red 164 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #A455BA

Tints of Deep Lilac #A455BA

RGB

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

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

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

R = 37.7%
G = 19.54%
B = 42.76%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A455BA (or 0xA455BA) is known color: Deep Lilac. HEX triplet: A4, 55 and BA. RGB value is (164,85,186). Sum of RGB (Red+Green+Blue) = 164+85+186=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A455BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455BA is #5BAA45. Grayscale: #777777. Windows color (decimal): -6007366 or 12211620. OLE color: 12211620.

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

Color convert

RGB 164 85 186 -
CMYK 0.12 0.54 0 0.27
HSL 286.93º 0.42% 0.53% -
HSV(B) 286.93º 0.54% 0.73% -
XYZ 27.42 17.93 48.47 -
YUV 120.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 164 85 186 0.12 0.54 0 0.27 286.93 0.42 0.53
Hex A4 55 BA C 36 0 1B 11F 2A 35
Octal 244 125 272 14 66 0 33 437 52 65
Binary 10100100 1010101 10111010 1100 110110 0 11011 100011111 101010 110101

Color Harmonies of #A455BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455BA

Black with #A455BA

Text Example


Text Example

White with #A455BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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