Html Css Color HEX #A37DCE Lilac Bush

📋 copy color: '#A37DCE'

red 163 ◦ green 125 ◦ blue 206

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

Shades of Lilac Bush #A37DCE

Tints of Lilac Bush #A37DCE

RGB

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

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

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

R = 33%
G = 25.3%
B = 41.7%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A37DCE (or 0xA37DCE) is known color: Lilac Bush. HEX triplet: A3, 7D and CE. RGB value is (163,125,206). Sum of RGB (Red+Green+Blue) = 163+125+206=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #A37DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DCE is #5C8231. Grayscale: #919191. Windows color (decimal): -6062642 or 13532579. OLE color: 13532579.

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

Color convert

RGB 163 125 206 -
CMYK 0.21 0.39 0 0.19
HSL 268.15º 0.45% 0.65% -
HSV(B) 268.15º 0.39% 0.81% -
XYZ 33.58 26.91 61.82 -
YUV 145.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 163 125 206 0.21 0.39 0 0.19 268.15 0.45 0.65
Hex A3 7D CE 15 27 0 13 10C 2D 41
Octal 243 175 316 25 47 0 23 414 55 101
Binary 10100011 1111101 11001110 10101 100111 0 10011 100001100 101101 1000001

Color Harmonies of #A37DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DCE

Black with #A37DCE

Text Example


Text Example

White with #A37DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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