Html Css Color HEX #A255CD Deep Lilac

📋 copy color: '#A255CD'

red 162 ◦ green 85 ◦ blue 205

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

Shades of Deep Lilac #A255CD

Tints of Deep Lilac #A255CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 35.84%
G = 18.81%
B = 45.35%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A255CD (or 0xA255CD) is known color: Deep Lilac. HEX triplet: A2, 55 and CD. RGB value is (162,85,205). Sum of RGB (Red+Green+Blue) = 162+85+205=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #A255CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255CD is #5DAA32. Grayscale: #797979. Windows color (decimal): -6138419 or 13456802. OLE color: 13456802.

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

Color convert

RGB 162 85 205 -
CMYK 0.21 0.59 0 0.20
HSL 278.5º 0.55% 0.57% -
HSV(B) 278.5º 0.59% 0.8% -
XYZ 29.17 18.59 59.81 -
YUV 121.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 162 85 205 0.21 0.59 0 0.20 278.5 0.55 0.57
Hex A2 55 CD 15 3B 0 14 116 37 39
Octal 242 125 315 25 73 0 24 426 67 71
Binary 10100010 1010101 11001101 10101 111011 0 10100 100010110 110111 111001

Color Harmonies of #A255CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255CD

Black with #A255CD

Text Example


Text Example

White with #A255CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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