Html Css Color HEX #A655CC Deep Lilac

📋 copy color: '#A655CC'

red 166 ◦ green 85 ◦ blue 204

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

Shades of Deep Lilac #A655CC

Tints of Deep Lilac #A655CC

RGB

 RED value IS 166 (65.23% from 255) = 36.48%

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

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

R = 36.48%
G = 18.68%
B = 44.84%

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

#A655CC (or 0xA655CC) is known color: Deep Lilac. HEX triplet: A6, 55 and CC. RGB value is (166,85,204). Sum of RGB (Red+Green+Blue) = 166+85+204=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #A655CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655CC is #59AA33. Grayscale: #7A7A7A. Windows color (decimal): -5876276 or 13391270. OLE color: 13391270.

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

Color convert

RGB 166 85 204 -
CMYK 0.19 0.58 0 0.2
HSL 280.84º 0.54% 0.57% -
HSV(B) 280.84º 0.58% 0.8% -
XYZ 29.87 18.96 59.21 -
YUV 122.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 166 85 204 0.19 0.58 0 0.2 280.84 0.54 0.57
Hex A6 55 CC 13 3A 0 14 119 36 39
Octal 246 125 314 23 72 0 24 431 66 71
Binary 10100110 1010101 11001100 10011 111010 0 10100 100011001 110110 111001

Color Harmonies of #A655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655CC

Black with #A655CC

Text Example


Text Example

White with #A655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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