Html Css Color HEX #A27CCB Lilac Bush

📋 copy color: '#A27CCB'

red 162 ◦ green 124 ◦ blue 203

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

Shades of Lilac Bush #A27CCB

Tints of Lilac Bush #A27CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 33.13%
G = 25.36%
B = 41.51%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A27CCB (or 0xA27CCB) is known color: Lilac Bush. HEX triplet: A2, 7C and CB. RGB value is (162,124,203). Sum of RGB (Red+Green+Blue) = 162+124+203=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #A27CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CCB is #5D8334. Grayscale: #909090. Windows color (decimal): -6128437 or 13335714. OLE color: 13335714.

HSL color Cylindrical-coordinate representation of color #A27CCB: hue angle of 268.86º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A27CCB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 124 203 -
CMYK 0.20 0.39 0 0.20
HSL 268.86º 0.43% 0.64% -
HSV(B) 268.86º 0.39% 0.8% -
XYZ 32.89 26.41 59.86 -
YUV 144.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 162 124 203 0.20 0.39 0 0.20 268.86 0.43 0.64
Hex A2 7C CB 14 27 0 14 10D 2B 40
Octal 242 174 313 24 47 0 24 415 53 100
Binary 10100010 1111100 11001011 10100 100111 0 10100 100001101 101011 1000000

Color Harmonies of #A27CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CCB

Black with #A27CCB

Text Example


Text Example

White with #A27CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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