Html Css Color HEX #A48EBB East Side

📋 copy color: '#A48EBB'

red 164 ◦ green 142 ◦ blue 187

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

Shades of East Side #A48EBB

Tints of East Side #A48EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.8%

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 33.27%
G = 28.8%
B = 37.93%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A48EBB (or 0xA48EBB) is known color: East Side. HEX triplet: A4, 8E and BB. RGB value is (164,142,187). Sum of RGB (Red+Green+Blue) = 164+142+187=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #A48EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EBB is #5B7144. Grayscale: #999999. Windows color (decimal): -5992773 or 12291748. OLE color: 12291748.

HSL color Cylindrical-coordinate representation of color #A48EBB: hue angle of 269.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A48EBB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 142 187 -
CMYK 0.12 0.24 0 0.27
HSL 269.33º 0.25% 0.65% -
HSV(B) 269.33º 0.24% 0.73% -
XYZ 33.95 30.83 51.17 -
YUV 153.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 164 142 187 0.12 0.24 0 0.27 269.33 0.25 0.65
Hex A4 8E BB C 18 0 1B 10D 19 41
Octal 244 216 273 14 30 0 33 415 31 101
Binary 10100100 10001110 10111011 1100 11000 0 11011 100001101 11001 1000001

Color Harmonies of #A48EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EBB

Black with #A48EBB

Text Example


Text Example

White with #A48EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EBB; }

 p { color: rgb(164,142,187); }

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

background-color css

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

 a { background-color: rgb(164,142,187); }

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

border-color css

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

 span { border-color: rgb(164,142,187); }

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