Html Css Color HEX #A255BA Deep Lilac

📋 copy color: '#A255BA'

red 162 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #A255BA

Tints of Deep Lilac #A255BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 37.41%
G = 19.63%
B = 42.96%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A255BA (or 0xA255BA) is known color: Deep Lilac. HEX triplet: A2, 55 and BA. RGB value is (162,85,186). Sum of RGB (Red+Green+Blue) = 162+85+186=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #A255BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255BA is #5DAA45. Grayscale: #777777. Windows color (decimal): -6138438 or 12211618. OLE color: 12211618.

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

Color convert

RGB 162 85 186 -
CMYK 0.13 0.54 0 0.27
HSL 285.74º 0.42% 0.53% -
HSV(B) 285.74º 0.54% 0.73% -
XYZ 27.01 17.72 48.45 -
YUV 119.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 162 85 186 0.13 0.54 0 0.27 285.74 0.42 0.53
Hex A2 55 BA D 36 0 1B 11E 2A 35
Octal 242 125 272 15 66 0 33 436 52 65
Binary 10100010 1010101 10111010 1101 110110 0 11011 100011110 101010 110101

Color Harmonies of #A255BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255BA

Black with #A255BA

Text Example


Text Example

White with #A255BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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