Html Css Color HEX #A555CC Deep Lilac

📋 copy color: '#A555CC'

red 165 ◦ green 85 ◦ blue 204

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

Shades of Deep Lilac #A555CC

Tints of Deep Lilac #A555CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 36.34%
G = 18.72%
B = 44.93%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A555CC (or 0xA555CC) is known color: Deep Lilac. HEX triplet: A5, 55 and CC. RGB value is (165,85,204). Sum of RGB (Red+Green+Blue) = 165+85+204=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #A555CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555CC is #5AAA33. Grayscale: #7A7A7A. Windows color (decimal): -5941812 or 13391269. OLE color: 13391269.

HSL color Cylindrical-coordinate representation of color #A555CC: hue angle of 280.34º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A555CC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 85 204 -
CMYK 0.19 0.58 0 0.2
HSL 280.34º 0.54% 0.57% -
HSV(B) 280.34º 0.58% 0.8% -
XYZ 29.66 18.86 59.2 -
YUV 122.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 165 85 204 0.19 0.58 0 0.2 280.34 0.54 0.57
Hex A5 55 CC 13 3A 0 14 118 36 39
Octal 245 125 314 23 72 0 24 430 66 71
Binary 10100101 1010101 11001100 10011 111010 0 10100 100011000 110110 111001

Color Harmonies of #A555CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555CC

Black with #A555CC

Text Example


Text Example

White with #A555CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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