Html Css Color HEX #A27CCE Lilac Bush

📋 copy color: '#A27CCE'

red 162 ◦ green 124 ◦ blue 206

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

Shades of Lilac Bush #A27CCE

Tints of Lilac Bush #A27CCE

RGB

 RED value IS 162 (63.67% from 255) = 32.93%

 GREEN value IS 124 (48.83% from 255) = 25.2%

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

R = 32.93%
G = 25.2%
B = 41.87%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A27CCE (or 0xA27CCE) is known color: Lilac Bush. HEX triplet: A2, 7C and CE. RGB value is (162,124,206). Sum of RGB (Red+Green+Blue) = 162+124+206=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #A27CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CCE is #5D8331. Grayscale: #909090. Windows color (decimal): -6128434 or 13532322. OLE color: 13532322.

HSL color Cylindrical-coordinate representation of color #A27CCE: hue angle of 267.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A27CCE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 124 206 -
CMYK 0.21 0.40 0 0.19
HSL 267.8º 0.46% 0.65% -
HSV(B) 267.8º 0.4% 0.81% -
XYZ 33.25 26.55 61.77 -
YUV 144.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 162 124 206 0.21 0.40 0 0.19 267.8 0.46 0.65
Hex A2 7C CE 15 28 0 13 10C 2E 41
Octal 242 174 316 25 50 0 23 414 56 101
Binary 10100010 1111100 11001110 10101 101000 0 10011 100001100 101110 1000001

Color Harmonies of #A27CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CCE

Black with #A27CCE

Text Example


Text Example

White with #A27CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CCE; }

 p { color: rgb(162,124,206); }

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

background-color css

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

 a { background-color: rgb(162,124,206); }

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

border-color css

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

 span { border-color: rgb(162,124,206); }

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