Html Css Color HEX #A88CBA East Side

📋 copy color: '#A88CBA'

red 168 ◦ green 140 ◦ blue 186

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

Shades of East Side #A88CBA

Tints of East Side #A88CBA

RGB

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

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

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

R = 34.01%
G = 28.34%
B = 37.65%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A88CBA (or 0xA88CBA) is known color: East Side. HEX triplet: A8, 8C and BA. RGB value is (168,140,186). Sum of RGB (Red+Green+Blue) = 168+140+186=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #A88CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CBA is #577345. Grayscale: #999999. Windows color (decimal): -5731142 or 12225704. OLE color: 12225704.

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

Color convert

RGB 168 140 186 -
CMYK 0.10 0.25 0 0.27
HSL 276.52º 0.25% 0.64% -
HSV(B) 276.52º 0.25% 0.73% -
XYZ 34.39 30.63 50.55 -
YUV 153.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 168 140 186 0.10 0.25 0 0.27 276.52 0.25 0.64
Hex A8 8C BA A 19 0 1B 115 19 40
Octal 250 214 272 12 31 0 33 425 31 100
Binary 10101000 10001100 10111010 1010 11001 0 11011 100010101 11001 1000000

Color Harmonies of #A88CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CBA

Black with #A88CBA

Text Example


Text Example

White with #A88CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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