Html Css Color HEX #A88BBD East Side

📋 copy color: '#A88BBD'

red 168 ◦ green 139 ◦ blue 189

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

Shades of East Side #A88BBD

Tints of East Side #A88BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.02%

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

R = 33.87%
G = 28.02%
B = 38.1%

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

#A88BBD (or 0xA88BBD) is known color: East Side. HEX triplet: A8, 8B and BD. RGB value is (168,139,189). Sum of RGB (Red+Green+Blue) = 168+139+189=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #A88BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BBD is #577442. Grayscale: #999999. Windows color (decimal): -5731395 or 12422056. OLE color: 12422056.

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

Color convert

RGB 168 139 189 -
CMYK 0.11 0.26 0 0.26
HSL 274.8º 0.27% 0.64% -
HSV(B) 274.8º 0.26% 0.74% -
XYZ 34.57 30.46 52.2 -
YUV 153.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 168 139 189 0.11 0.26 0 0.26 274.8 0.27 0.64
Hex A8 8B BD B 1A 0 1A 113 1B 40
Octal 250 213 275 13 32 0 32 423 33 100
Binary 10101000 10001011 10111101 1011 11010 0 11010 100010011 11011 1000000

Color Harmonies of #A88BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BBD

Black with #A88BBD

Text Example


Text Example

White with #A88BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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