Html Css Color HEX #A48DAD East Side

📋 copy color: '#A48DAD'

red 164 ◦ green 141 ◦ blue 173

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

Shades of East Side #A48DAD

Tints of East Side #A48DAD

RGB

 RED value IS 164 (64.45% from 255) = 34.31%

 GREEN value IS 141 (55.47% from 255) = 29.5%

 BLUE value IS 173 (67.97% from 255) = 36.19%

R = 34.31%
G = 29.5%
B = 36.19%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A48DAD (or 0xA48DAD) is known color: East Side. HEX triplet: A4, 8D and AD. RGB value is (164,141,173). Sum of RGB (Red+Green+Blue) = 164+141+173=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #A48DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DAD is #5B7252. Grayscale: #979797. Windows color (decimal): -5993043 or 11373988. OLE color: 11373988.

HSL color Cylindrical-coordinate representation of color #A48DAD: hue angle of 283.12º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48DAD is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 141 173 -
CMYK 0.05 0.18 0 0.32
HSL 283.13º 0.16% 0.62% -
HSV(B) 283.13º 0.18% 0.68% -
XYZ 32.38 29.96 43.61 -
YUV 151.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 164 141 173 0.05 0.18 0 0.32 283.13 0.16 0.62
Hex A4 8D AD 5 12 0 20 11B 10 3E
Octal 244 215 255 5 22 0 40 433 20 76
Binary 10100100 10001101 10101101 101 10010 0 100000 100011011 10000 111110

Color Harmonies of #A48DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DAD

Black with #A48DAD

Text Example


Text Example

White with #A48DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DAD; }

 p { color: rgb(164,141,173); }

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

background-color css

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

 a { background-color: rgb(164,141,173); }

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

border-color css

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

 span { border-color: rgb(164,141,173); }

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