Html Css Color HEX #A455B1 Deep Lilac

📋 copy color: '#A455B1'

red 164 ◦ green 85 ◦ blue 177

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

Shades of Deep Lilac #A455B1

Tints of Deep Lilac #A455B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.55%

R = 38.5%
G = 19.95%
B = 41.55%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A455B1 (or 0xA455B1) is known color: Deep Lilac. HEX triplet: A4, 55 and B1. RGB value is (164,85,177). Sum of RGB (Red+Green+Blue) = 164+85+177=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 177 - color contains mainly: blue. Hex color #A455B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A455B1 is #5BAA4E. Grayscale: #767676. Windows color (decimal): -6007375 or 11621796. OLE color: 11621796.

HSL color Cylindrical-coordinate representation of color #A455B1: hue angle of 291.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A455B1 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 85 177 -
CMYK 0.07 0.52 0 0.31
HSL 291.52º 0.37% 0.51% -
HSV(B) 291.52º 0.52% 0.69% -
XYZ 26.49 17.56 43.59 -
YUV 119.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 164 85 177 0.07 0.52 0 0.31 291.52 0.37 0.51
Hex A4 55 B1 7 34 0 1F 124 25 33
Octal 244 125 261 7 64 0 37 444 45 63
Binary 10100100 1010101 10110001 111 110100 0 11111 100100100 100101 110011

Color Harmonies of #A455B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455B1

Black with #A455B1

Text Example


Text Example

White with #A455B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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