Html Css Color HEX #A48DAB East Side

📋 copy color: '#A48DAB'

red 164 ◦ green 141 ◦ blue 171

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

Shades of East Side #A48DAB

Tints of East Side #A48DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 34.45%
G = 29.62%
B = 35.92%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A48DAB (or 0xA48DAB) is known color: East Side. HEX triplet: A4, 8D and AB. RGB value is (164,141,171). Sum of RGB (Red+Green+Blue) = 164+141+171=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #A48DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DAB is #5B7254. Grayscale: #979797. Windows color (decimal): -5993045 or 11242916. OLE color: 11242916.

HSL color Cylindrical-coordinate representation of color #A48DAB: hue angle of 286º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48DAB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 141 171 -
CMYK 0.04 0.18 0 0.33
HSL 286º 0.15% 0.61% -
HSV(B) 286º 0.18% 0.67% -
XYZ 32.19 29.88 42.6 -
YUV 151.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 164 141 171 0.04 0.18 0 0.33 286 0.15 0.61
Hex A4 8D AB 4 12 0 21 11E F 3D
Octal 244 215 253 4 22 0 41 436 17 75
Binary 10100100 10001101 10101011 100 10010 0 100001 100011110 1111 111101

Color Harmonies of #A48DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DAB

Black with #A48DAB

Text Example


Text Example

White with #A48DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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