Html Css Color HEX #A555CE Deep Lilac

📋 copy color: '#A555CE'

red 165 ◦ green 85 ◦ blue 206

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

Shades of Deep Lilac #A555CE

Tints of Deep Lilac #A555CE

RGB

 RED value IS 165 (64.84% from 255) = 36.18%

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 36.18%
G = 18.64%
B = 45.18%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A555CE (or 0xA555CE) is known color: Deep Lilac. HEX triplet: A5, 55 and CE. RGB value is (165,85,206). Sum of RGB (Red+Green+Blue) = 165+85+206=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #A555CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555CE is #5AAA31. Grayscale: #7A7A7A. Windows color (decimal): -5941810 or 13522341. OLE color: 13522341.

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

Color convert

RGB 165 85 206 -
CMYK 0.20 0.59 0 0.19
HSL 279.67º 0.55% 0.57% -
HSV(B) 279.67º 0.59% 0.81% -
XYZ 29.91 18.95 60.47 -
YUV 122.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 165 85 206 0.20 0.59 0 0.19 279.67 0.55 0.57
Hex A5 55 CE 14 3B 0 13 118 37 39
Octal 245 125 316 24 73 0 23 430 67 71
Binary 10100101 1010101 11001110 10100 111011 0 10011 100011000 110111 111001

Color Harmonies of #A555CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555CE

Black with #A555CE

Text Example


Text Example

White with #A555CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555CE; }

 p { color: rgb(165,85,206); }

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

background-color css

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

 a { background-color: rgb(165,85,206); }

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

border-color css

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

 span { border-color: rgb(165,85,206); }

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