Html Css Color HEX #A455B4 Deep Lilac

📋 copy color: '#A455B4'

red 164 ◦ green 85 ◦ blue 180

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

Shades of Deep Lilac #A455B4

Tints of Deep Lilac #A455B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 38.23%
G = 19.81%
B = 41.96%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A455B4 (or 0xA455B4) is known color: Deep Lilac. HEX triplet: A4, 55 and B4. RGB value is (164,85,180). Sum of RGB (Red+Green+Blue) = 164+85+180=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #A455B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455B4 is #5BAA4B. Grayscale: #777777. Windows color (decimal): -6007372 or 11818404. OLE color: 11818404.

HSL color Cylindrical-coordinate representation of color #A455B4: hue angle of 289.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A455B4 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 85 180 -
CMYK 0.09 0.53 0 0.29
HSL 289.89º 0.39% 0.52% -
HSV(B) 289.89º 0.53% 0.71% -
XYZ 26.8 17.68 45.18 -
YUV 119.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 164 85 180 0.09 0.53 0 0.29 289.89 0.39 0.52
Hex A4 55 B4 9 35 0 1D 122 27 34
Octal 244 125 264 11 65 0 35 442 47 64
Binary 10100100 1010101 10110100 1001 110101 0 11101 100100010 100111 110100

Color Harmonies of #A455B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455B4

Black with #A455B4

Text Example


Text Example

White with #A455B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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