Html Css Color HEX #A455CD Deep Lilac

📋 copy color: '#A455CD'

red 164 ◦ green 85 ◦ blue 205

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

Shades of Deep Lilac #A455CD

Tints of Deep Lilac #A455CD

RGB

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

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

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

R = 36.12%
G = 18.72%
B = 45.15%

CMYK

 C value IS 0.2

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A455CD (or 0xA455CD) is known color: Deep Lilac. HEX triplet: A4, 55 and CD. RGB value is (164,85,205). Sum of RGB (Red+Green+Blue) = 164+85+205=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #A455CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455CD is #5BAA32. Grayscale: #797979. Windows color (decimal): -6007347 or 13456804. OLE color: 13456804.

HSL color Cylindrical-coordinate representation of color #A455CD: hue angle of 279.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 #A455CD is Cyan = 0.2, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 85 205 -
CMYK 0.2 0.59 0 0.20
HSL 279.5º 0.55% 0.57% -
HSV(B) 279.5º 0.59% 0.8% -
XYZ 29.58 18.8 59.83 -
YUV 122.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 164 85 205 0.2 0.59 0 0.20 279.5 0.55 0.57
Hex A4 55 CD 14 3B 0 14 118 37 39
Octal 244 125 315 24 73 0 24 430 67 71
Binary 10100100 1010101 11001101 10100 111011 0 10100 100011000 110111 111001

Color Harmonies of #A455CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455CD

Black with #A455CD

Text Example


Text Example

White with #A455CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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