Html Css Color HEX #A88DB6 East Side

📋 copy color: '#A88DB6'

red 168 ◦ green 141 ◦ blue 182

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

Shades of East Side #A88DB6

Tints of East Side #A88DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.72%

 BLUE value IS 182 (71.48% from 255) = 37.07%

R = 34.22%
G = 28.72%
B = 37.07%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A88DB6 (or 0xA88DB6) is known color: East Side. HEX triplet: A8, 8D and B6. RGB value is (168,141,182). Sum of RGB (Red+Green+Blue) = 168+141+182=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #A88DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DB6 is #577249. Grayscale: #999999. Windows color (decimal): -5730890 or 11963816. OLE color: 11963816.

HSL color Cylindrical-coordinate representation of color #A88DB6: hue angle of 279.51º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88DB6 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 141 182 -
CMYK 0.08 0.23 0 0.29
HSL 279.51º 0.22% 0.63% -
HSV(B) 279.51º 0.23% 0.71% -
XYZ 34.12 30.75 48.39 -
YUV 153.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 168 141 182 0.08 0.23 0 0.29 279.51 0.22 0.63
Hex A8 8D B6 8 17 0 1D 118 16 3F
Octal 250 215 266 10 27 0 35 430 26 77
Binary 10101000 10001101 10110110 1000 10111 0 11101 100011000 10110 111111

Color Harmonies of #A88DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DB6

Black with #A88DB6

Text Example


Text Example

White with #A88DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DB6; }

 p { color: rgb(168,141,182); }

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

background-color css

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

 a { background-color: rgb(168,141,182); }

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

border-color css

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

 span { border-color: rgb(168,141,182); }

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