Html Css Color HEX #A88CBD East Side

📋 copy color: '#A88CBD'

red 168 ◦ green 140 ◦ blue 189

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

Shades of East Side #A88CBD

Tints of East Side #A88CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

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

R = 33.8%
G = 28.17%
B = 38.03%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A88CBD (or 0xA88CBD) is known color: East Side. HEX triplet: A8, 8C and BD. RGB value is (168,140,189). Sum of RGB (Red+Green+Blue) = 168+140+189=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #A88CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CBD is #577342. Grayscale: #999999. Windows color (decimal): -5731139 or 12422312. OLE color: 12422312.

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

Color convert

RGB 168 140 189 -
CMYK 0.11 0.26 0 0.26
HSL 274.29º 0.27% 0.65% -
HSV(B) 274.29º 0.26% 0.74% -
XYZ 34.71 30.76 52.25 -
YUV 153.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 168 140 189 0.11 0.26 0 0.26 274.29 0.27 0.65
Hex A8 8C BD B 1A 0 1A 112 1B 41
Octal 250 214 275 13 32 0 32 422 33 101
Binary 10101000 10001100 10111101 1011 11010 0 11010 100010010 11011 1000001

Color Harmonies of #A88CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CBD

Black with #A88CBD

Text Example


Text Example

White with #A88CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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