Html Css Color HEX #A455CA Deep Lilac

📋 copy color: '#A455CA'

red 164 ◦ green 85 ◦ blue 202

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

Shades of Deep Lilac #A455CA

Tints of Deep Lilac #A455CA

RGB

 RED value IS 164 (64.45% from 255) = 36.36%

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

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

R = 36.36%
G = 18.85%
B = 44.79%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A455CA (or 0xA455CA) is known color: Deep Lilac. HEX triplet: A4, 55 and CA. RGB value is (164,85,202). Sum of RGB (Red+Green+Blue) = 164+85+202=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #A455CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455CA is #5BAA35. Grayscale: #797979. Windows color (decimal): -6007350 or 13260196. OLE color: 13260196.

HSL color Cylindrical-coordinate representation of color #A455CA: hue angle of 280.51º 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 #A455CA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 85 202 -
CMYK 0.19 0.58 0 0.21
HSL 280.51º 0.52% 0.56% -
HSV(B) 280.51º 0.58% 0.79% -
XYZ 29.22 18.65 57.94 -
YUV 121.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 164 85 202 0.19 0.58 0 0.21 280.51 0.52 0.56
Hex A4 55 CA 13 3A 0 15 119 34 38
Octal 244 125 312 23 72 0 25 431 64 70
Binary 10100100 1010101 11001010 10011 111010 0 10101 100011001 110100 111000

Color Harmonies of #A455CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455CA

Black with #A455CA

Text Example


Text Example

White with #A455CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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