Html Css Color HEX #A88CBB East Side

📋 copy color: '#A88CBB'

red 168 ◦ green 140 ◦ blue 187

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

Shades of East Side #A88CBB

Tints of East Side #A88CBB

RGB

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

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

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

R = 33.94%
G = 28.28%
B = 37.78%

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

#A88CBB (or 0xA88CBB) is known color: East Side. HEX triplet: A8, 8C and BB. RGB value is (168,140,187). Sum of RGB (Red+Green+Blue) = 168+140+187=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #A88CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CBB is #577344. Grayscale: #999999. Windows color (decimal): -5731141 or 12291240. OLE color: 12291240.

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

Color convert

RGB 168 140 187 -
CMYK 0.10 0.25 0 0.27
HSL 275.74º 0.26% 0.64% -
HSV(B) 275.74º 0.25% 0.73% -
XYZ 34.5 30.67 51.12 -
YUV 153.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 168 140 187 0.10 0.25 0 0.27 275.74 0.26 0.64
Hex A8 8C BB A 19 0 1B 114 1A 40
Octal 250 214 273 12 31 0 33 424 32 100
Binary 10101000 10001100 10111011 1010 11001 0 11011 100010100 11010 1000000

Color Harmonies of #A88CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CBB

Black with #A88CBB

Text Example


Text Example

White with #A88CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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