Html Css Color HEX #A555BC Deep Lilac

📋 copy color: '#A555BC'

red 165 ◦ green 85 ◦ blue 188

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

Shades of Deep Lilac #A555BC

Tints of Deep Lilac #A555BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 37.67%
G = 19.41%
B = 42.92%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A555BC (or 0xA555BC) is known color: Deep Lilac. HEX triplet: A5, 55 and BC. RGB value is (165,85,188). Sum of RGB (Red+Green+Blue) = 165+85+188=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #A555BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555BC is #5AAA43. Grayscale: #787878. Windows color (decimal): -5941828 or 12342693. OLE color: 12342693.

HSL color Cylindrical-coordinate representation of color #A555BC: hue angle of 286.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A555BC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 85 188 -
CMYK 0.12 0.55 0 0.26
HSL 286.6º 0.43% 0.54% -
HSV(B) 286.6º 0.55% 0.74% -
XYZ 27.84 18.13 49.61 -
YUV 120.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 165 85 188 0.12 0.55 0 0.26 286.6 0.43 0.54
Hex A5 55 BC C 37 0 1A 11F 2B 36
Octal 245 125 274 14 67 0 32 437 53 66
Binary 10100101 1010101 10111100 1100 110111 0 11010 100011111 101011 110110

Color Harmonies of #A555BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555BC

Black with #A555BC

Text Example


Text Example

White with #A555BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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