Html Css Color HEX #A17ACC Lilac Bush

📋 copy color: '#A17ACC'

red 161 ◦ green 122 ◦ blue 204

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

Shades of Lilac Bush #A17ACC

Tints of Lilac Bush #A17ACC

RGB

 RED value IS 161 (63.28% from 255) = 33.06%

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 33.06%
G = 25.05%
B = 41.89%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A17ACC (or 0xA17ACC) is known color: Lilac Bush. HEX triplet: A1, 7A and CC. RGB value is (161,122,204). Sum of RGB (Red+Green+Blue) = 161+122+204=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #A17ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ACC is #5E8533. Grayscale: #8E8E8E. Windows color (decimal): -6194484 or 13400737. OLE color: 13400737.

HSL color Cylindrical-coordinate representation of color #A17ACC: hue angle of 268.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17ACC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 122 204 -
CMYK 0.21 0.40 0 0.2
HSL 268.54º 0.45% 0.64% -
HSV(B) 268.54º 0.4% 0.8% -
XYZ 32.56 25.86 60.4 -
YUV 143.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 161 122 204 0.21 0.40 0 0.2 268.54 0.45 0.64
Hex A1 7A CC 15 28 0 14 10D 2D 40
Octal 241 172 314 25 50 0 24 415 55 100
Binary 10100001 1111010 11001100 10101 101000 0 10100 100001101 101101 1000000

Color Harmonies of #A17ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ACC

Black with #A17ACC

Text Example


Text Example

White with #A17ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ACC; }

 p { color: rgb(161,122,204); }

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

background-color css

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

 a { background-color: rgb(161,122,204); }

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

border-color css

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

 span { border-color: rgb(161,122,204); }

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