Html Css Color HEX #A555B4 Deep Lilac

📋 copy color: '#A555B4'

red 165 ◦ green 85 ◦ blue 180

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

Shades of Deep Lilac #A555B4

Tints of Deep Lilac #A555B4

RGB

 RED value IS 165 (64.84% from 255) = 38.37%

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

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

R = 38.37%
G = 19.77%
B = 41.86%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A555B4 (or 0xA555B4) is known color: Deep Lilac. HEX triplet: A5, 55 and B4. RGB value is (165,85,180). Sum of RGB (Red+Green+Blue) = 165+85+180=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #A555B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555B4 is #5AAA4B. Grayscale: #777777. Windows color (decimal): -5941836 or 11818405. OLE color: 11818405.

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

Color convert

RGB 165 85 180 -
CMYK 0.08 0.53 0 0.29
HSL 290.53º 0.39% 0.52% -
HSV(B) 290.53º 0.53% 0.71% -
XYZ 27 17.79 45.19 -
YUV 119.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 165 85 180 0.08 0.53 0 0.29 290.53 0.39 0.52
Hex A5 55 B4 8 35 0 1D 123 27 34
Octal 245 125 264 10 65 0 35 443 47 64
Binary 10100101 1010101 10110100 1000 110101 0 11101 100100011 100111 110100

Color Harmonies of #A555B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555B4

Black with #A555B4

Text Example


Text Example

White with #A555B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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