Html Css Color HEX #A458B1 Deep Lilac

📋 copy color: '#A458B1'

red 164 ◦ green 88 ◦ blue 177

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

Shades of Deep Lilac #A458B1

Tints of Deep Lilac #A458B1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.51%

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

R = 38.23%
G = 20.51%
B = 41.26%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A458B1 (or 0xA458B1) is known color: Deep Lilac. HEX triplet: A4, 58 and B1. RGB value is (164,88,177). Sum of RGB (Red+Green+Blue) = 164+88+177=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: blue. Hex color #A458B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A458B1 is #5BA74E. Grayscale: #787878. Windows color (decimal): -6006607 or 11622564. OLE color: 11622564.

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

Color convert

RGB 164 88 177 -
CMYK 0.07 0.50 0 0.31
HSL 291.24º 0.36% 0.52% -
HSV(B) 291.24º 0.5% 0.69% -
XYZ 26.74 18.05 43.67 -
YUV 120.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 164 88 177 0.07 0.50 0 0.31 291.24 0.36 0.52
Hex A4 58 B1 7 32 0 1F 123 24 34
Octal 244 130 261 7 62 0 37 443 44 64
Binary 10100100 1011000 10110001 111 110010 0 11111 100100011 100100 110100

Color Harmonies of #A458B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458B1

Black with #A458B1

Text Example


Text Example

White with #A458B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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