Html Css Color HEX #A27DCB Lilac Bush

📋 copy color: '#A27DCB'

red 162 ◦ green 125 ◦ blue 203

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

Shades of Lilac Bush #A27DCB

Tints of Lilac Bush #A27DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

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

R = 33.06%
G = 25.51%
B = 41.43%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A27DCB (or 0xA27DCB) is known color: Lilac Bush. HEX triplet: A2, 7D and CB. RGB value is (162,125,203). Sum of RGB (Red+Green+Blue) = 162+125+203=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #A27DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DCB is #5D8234. Grayscale: #909090. Windows color (decimal): -6128181 or 13335970. OLE color: 13335970.

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

Color convert

RGB 162 125 203 -
CMYK 0.20 0.38 0 0.20
HSL 268.46º 0.43% 0.64% -
HSV(B) 268.46º 0.38% 0.8% -
XYZ 33.01 26.66 59.91 -
YUV 144.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 162 125 203 0.20 0.38 0 0.20 268.46 0.43 0.64
Hex A2 7D CB 14 26 0 14 10C 2B 40
Octal 242 175 313 24 46 0 24 414 53 100
Binary 10100010 1111101 11001011 10100 100110 0 10100 100001100 101011 1000000

Color Harmonies of #A27DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DCB

Black with #A27DCB

Text Example


Text Example

White with #A27DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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