Html Css Color HEX #A37DCB Lilac Bush

📋 copy color: '#A37DCB'

red 163 ◦ green 125 ◦ blue 203

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

Shades of Lilac Bush #A37DCB

Tints of Lilac Bush #A37DCB

RGB

 RED value IS 163 (64.06% from 255) = 33.2%

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

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

R = 33.2%
G = 25.46%
B = 41.34%

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

#A37DCB (or 0xA37DCB) is known color: Lilac Bush. HEX triplet: A3, 7D and CB. RGB value is (163,125,203). Sum of RGB (Red+Green+Blue) = 163+125+203=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #A37DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DCB is #5C8234. Grayscale: #909090. Windows color (decimal): -6062645 or 13335971. OLE color: 13335971.

HSL color Cylindrical-coordinate representation of color #A37DCB: hue angle of 269.23º 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 #A37DCB is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 125 203 -
CMYK 0.20 0.38 0 0.20
HSL 269.23º 0.43% 0.64% -
HSV(B) 269.23º 0.38% 0.8% -
XYZ 33.22 26.77 59.92 -
YUV 145.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 163 125 203 0.20 0.38 0 0.20 269.23 0.43 0.64
Hex A3 7D CB 14 26 0 14 10D 2B 40
Octal 243 175 313 24 46 0 24 415 53 100
Binary 10100011 1111101 11001011 10100 100110 0 10100 100001101 101011 1000000

Color Harmonies of #A37DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DCB

Black with #A37DCB

Text Example


Text Example

White with #A37DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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