Html Css Color HEX #A88EBD East Side

📋 copy color: '#A88EBD'

red 168 ◦ green 142 ◦ blue 189

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

Shades of East Side #A88EBD

Tints of East Side #A88EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 33.67%
G = 28.46%
B = 37.88%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A88EBD (or 0xA88EBD) is known color: East Side. HEX triplet: A8, 8E and BD. RGB value is (168,142,189). Sum of RGB (Red+Green+Blue) = 168+142+189=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #A88EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EBD is #577142. Grayscale: #9A9A9A. Windows color (decimal): -5730627 or 12422824. OLE color: 12422824.

HSL color Cylindrical-coordinate representation of color #A88EBD: hue angle of 273.19º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A88EBD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 142 189 -
CMYK 0.11 0.25 0 0.26
HSL 273.19º 0.26% 0.65% -
HSV(B) 273.19º 0.25% 0.74% -
XYZ 35.01 31.34 52.35 -
YUV 155.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 168 142 189 0.11 0.25 0 0.26 273.19 0.26 0.65
Hex A8 8E BD B 19 0 1A 111 1A 41
Octal 250 216 275 13 31 0 32 421 32 101
Binary 10101000 10001110 10111101 1011 11001 0 11010 100010001 11010 1000001

Color Harmonies of #A88EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EBD

Black with #A88EBD

Text Example


Text Example

White with #A88EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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