Html Css Color HEX #A455B5 Deep Lilac

📋 copy color: '#A455B5'

red 164 ◦ green 85 ◦ blue 181

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

Shades of Deep Lilac #A455B5

Tints of Deep Lilac #A455B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.09%

R = 38.14%
G = 19.77%
B = 42.09%

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

#A455B5 (or 0xA455B5) is known color: Deep Lilac. HEX triplet: A4, 55 and B5. RGB value is (164,85,181). Sum of RGB (Red+Green+Blue) = 164+85+181=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #A455B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455B5 is #5BAA4A. Grayscale: #777777. Windows color (decimal): -6007371 or 11883940. OLE color: 11883940.

HSL color Cylindrical-coordinate representation of color #A455B5: hue angle of 289.38º 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 #A455B5 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 85 181 -
CMYK 0.09 0.53 0 0.29
HSL 289.38º 0.39% 0.52% -
HSV(B) 289.38º 0.53% 0.71% -
XYZ 26.9 17.73 45.72 -
YUV 119.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 164 85 181 0.09 0.53 0 0.29 289.38 0.39 0.52
Hex A4 55 B5 9 35 0 1D 121 27 34
Octal 244 125 265 11 65 0 35 441 47 64
Binary 10100100 1010101 10110101 1001 110101 0 11101 100100001 100111 110100

Color Harmonies of #A455B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455B5

Black with #A455B5

Text Example


Text Example

White with #A455B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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