Html Css Color HEX #A88BAE East Side

📋 copy color: '#A88BAE'

red 168 ◦ green 139 ◦ blue 174

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

Shades of East Side #A88BAE

Tints of East Side #A88BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 34.93%
G = 28.9%
B = 36.17%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A88BAE (or 0xA88BAE) is known color: East Side. HEX triplet: A8, 8B and AE. RGB value is (168,139,174). Sum of RGB (Red+Green+Blue) = 168+139+174=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #A88BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88BAE is #577451. Grayscale: #979797. Windows color (decimal): -5731410 or 11439016. OLE color: 11439016.

HSL color Cylindrical-coordinate representation of color #A88BAE: hue angle of 289.71º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88BAE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 139 174 -
CMYK 0.03 0.20 0 0.32
HSL 289.71º 0.18% 0.61% -
HSV(B) 289.71º 0.2% 0.68% -
XYZ 33.02 29.85 44.06 -
YUV 151.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 168 139 174 0.03 0.20 0 0.32 289.71 0.18 0.61
Hex A8 8B AE 3 14 0 20 122 12 3D
Octal 250 213 256 3 24 0 40 442 22 75
Binary 10101000 10001011 10101110 11 10100 0 100000 100100010 10010 111101

Color Harmonies of #A88BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BAE

Black with #A88BAE

Text Example


Text Example

White with #A88BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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