Html Css Color HEX #A88EBB East Side

📋 copy color: '#A88EBB'

red 168 ◦ green 142 ◦ blue 187

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

Shades of East Side #A88EBB

Tints of East Side #A88EBB

RGB

 RED value IS 168 (66.02% from 255) = 33.8%

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

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

R = 33.8%
G = 28.57%
B = 37.63%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A88EBB (or 0xA88EBB) is known color: East Side. HEX triplet: A8, 8E and BB. RGB value is (168,142,187). Sum of RGB (Red+Green+Blue) = 168+142+187=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #A88EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EBB is #577144. Grayscale: #9A9A9A. Windows color (decimal): -5730629 or 12291752. OLE color: 12291752.

HSL color Cylindrical-coordinate representation of color #A88EBB: hue angle of 274.67º 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 #A88EBB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 142 187 -
CMYK 0.10 0.24 0 0.27
HSL 274.67º 0.25% 0.65% -
HSV(B) 274.67º 0.24% 0.73% -
XYZ 34.79 31.26 51.21 -
YUV 154.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 168 142 187 0.10 0.24 0 0.27 274.67 0.25 0.65
Hex A8 8E BB A 18 0 1B 113 19 41
Octal 250 216 273 12 30 0 33 423 31 101
Binary 10101000 10001110 10111011 1010 11000 0 11011 100010011 11001 1000001

Color Harmonies of #A88EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EBB

Black with #A88EBB

Text Example


Text Example

White with #A88EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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