Html Css Color HEX #A255BB Deep Lilac

📋 copy color: '#A255BB'

red 162 ◦ green 85 ◦ blue 187

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

Shades of Deep Lilac #A255BB

Tints of Deep Lilac #A255BB

RGB

 RED value IS 162 (63.67% from 255) = 37.33%

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 37.33%
G = 19.59%
B = 43.09%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A255BB (or 0xA255BB) is known color: Deep Lilac. HEX triplet: A2, 55 and BB. RGB value is (162,85,187). Sum of RGB (Red+Green+Blue) = 162+85+187=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #A255BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255BB is #5DAA44. Grayscale: #777777. Windows color (decimal): -6138437 or 12277154. OLE color: 12277154.

HSL color Cylindrical-coordinate representation of color #A255BB: hue angle of 285.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A255BB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 85 187 -
CMYK 0.13 0.55 0 0.27
HSL 285.29º 0.43% 0.53% -
HSV(B) 285.29º 0.55% 0.73% -
XYZ 27.12 17.77 49.01 -
YUV 119.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 162 85 187 0.13 0.55 0 0.27 285.29 0.43 0.53
Hex A2 55 BB D 37 0 1B 11D 2B 35
Octal 242 125 273 15 67 0 33 435 53 65
Binary 10100010 1010101 10111011 1101 110111 0 11011 100011101 101011 110101

Color Harmonies of #A255BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255BB

Black with #A255BB

Text Example


Text Example

White with #A255BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255BB; }

 p { color: rgb(162,85,187); }

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

background-color css

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

 a { background-color: rgb(162,85,187); }

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

border-color css

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

 span { border-color: rgb(162,85,187); }

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