Html Css Color HEX #A255BC Deep Lilac

📋 copy color: '#A255BC'

red 162 ◦ green 85 ◦ blue 188

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

Shades of Deep Lilac #A255BC

Tints of Deep Lilac #A255BC

RGB

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

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

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

R = 37.24%
G = 19.54%
B = 43.22%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A255BC (or 0xA255BC) is known color: Deep Lilac. HEX triplet: A2, 55 and BC. RGB value is (162,85,188). Sum of RGB (Red+Green+Blue) = 162+85+188=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #A255BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255BC is #5DAA43. Grayscale: #777777. Windows color (decimal): -6138436 or 12342690. OLE color: 12342690.

HSL color Cylindrical-coordinate representation of color #A255BC: hue angle of 284.85º 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 #A255BC is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 85 188 -
CMYK 0.14 0.55 0 0.26
HSL 284.85º 0.43% 0.54% -
HSV(B) 284.85º 0.55% 0.74% -
XYZ 27.23 17.81 49.58 -
YUV 119.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 162 85 188 0.14 0.55 0 0.26 284.85 0.43 0.54
Hex A2 55 BC E 37 0 1A 11D 2B 36
Octal 242 125 274 16 67 0 32 435 53 66
Binary 10100010 1010101 10111100 1110 110111 0 11010 100011101 101011 110110

Color Harmonies of #A255BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255BC

Black with #A255BC

Text Example


Text Example

White with #A255BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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