Html Css Color HEX #A255CA Deep Lilac

📋 copy color: '#A255CA'

red 162 ◦ green 85 ◦ blue 202

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

Shades of Deep Lilac #A255CA

Tints of Deep Lilac #A255CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 36.08%
G = 18.93%
B = 44.99%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A255CA (or 0xA255CA) is known color: Deep Lilac. HEX triplet: A2, 55 and CA. RGB value is (162,85,202). Sum of RGB (Red+Green+Blue) = 162+85+202=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #A255CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255CA is #5DAA35. Grayscale: #787878. Windows color (decimal): -6138422 or 13260194. OLE color: 13260194.

HSL color Cylindrical-coordinate representation of color #A255CA: hue angle of 279.49º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A255CA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 85 202 -
CMYK 0.20 0.58 0 0.21
HSL 279.49º 0.52% 0.56% -
HSV(B) 279.49º 0.58% 0.79% -
XYZ 28.81 18.44 57.92 -
YUV 121.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 162 85 202 0.20 0.58 0 0.21 279.49 0.52 0.56
Hex A2 55 CA 14 3A 0 15 117 34 38
Octal 242 125 312 24 72 0 25 427 64 70
Binary 10100010 1010101 11001010 10100 111010 0 10101 100010111 110100 111000

Color Harmonies of #A255CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255CA

Black with #A255CA

Text Example


Text Example

White with #A255CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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