Html Css Color HEX #A255CC Deep Lilac

📋 copy color: '#A255CC'

red 162 ◦ green 85 ◦ blue 204

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

Shades of Deep Lilac #A255CC

Tints of Deep Lilac #A255CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 35.92%
G = 18.85%
B = 45.23%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A255CC (or 0xA255CC) is known color: Deep Lilac. HEX triplet: A2, 55 and CC. RGB value is (162,85,204). Sum of RGB (Red+Green+Blue) = 162+85+204=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #A255CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255CC is #5DAA33. Grayscale: #797979. Windows color (decimal): -6138420 or 13391266. OLE color: 13391266.

HSL color Cylindrical-coordinate representation of color #A255CC: hue angle of 278.82º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A255CC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 85 204 -
CMYK 0.21 0.58 0 0.2
HSL 278.82º 0.54% 0.57% -
HSV(B) 278.82º 0.58% 0.8% -
XYZ 29.05 18.54 59.17 -
YUV 121.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 162 85 204 0.21 0.58 0 0.2 278.82 0.54 0.57
Hex A2 55 CC 15 3A 0 14 117 36 39
Octal 242 125 314 25 72 0 24 427 66 71
Binary 10100010 1010101 11001100 10101 111010 0 10100 100010111 110110 111001

Color Harmonies of #A255CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255CC

Black with #A255CC

Text Example


Text Example

White with #A255CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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