Html Css Color HEX #A48EBA East Side

📋 copy color: '#A48EBA'

red 164 ◦ green 142 ◦ blue 186

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

Shades of East Side #A48EBA

Tints of East Side #A48EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 33.33%
G = 28.86%
B = 37.8%

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

#A48EBA (or 0xA48EBA) is known color: East Side. HEX triplet: A4, 8E and BA. RGB value is (164,142,186). Sum of RGB (Red+Green+Blue) = 164+142+186=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A48EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EBA is #5B7145. Grayscale: #999999. Windows color (decimal): -5992774 or 12226212. OLE color: 12226212.

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

Color convert

RGB 164 142 186 -
CMYK 0.12 0.24 0 0.27
HSL 270º 0.24% 0.64% -
HSV(B) 270º 0.24% 0.73% -
XYZ 33.85 30.78 50.61 -
YUV 153.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 164 142 186 0.12 0.24 0 0.27 270 0.24 0.64
Hex A4 8E BA C 18 0 1B 10E 18 40
Octal 244 216 272 14 30 0 33 416 30 100
Binary 10100100 10001110 10111010 1100 11000 0 11011 100001110 11000 1000000

Color Harmonies of #A48EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EBA

Black with #A48EBA

Text Example


Text Example

White with #A48EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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