Html Css Color HEX #A88DBA East Side

📋 copy color: '#A88DBA'

red 168 ◦ green 141 ◦ blue 186

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

Shades of East Side #A88DBA

Tints of East Side #A88DBA

RGB

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

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

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

R = 33.94%
G = 28.48%
B = 37.58%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A88DBA (or 0xA88DBA) is known color: East Side. HEX triplet: A8, 8D and BA. RGB value is (168,141,186). Sum of RGB (Red+Green+Blue) = 168+141+186=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #A88DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DBA is #577245. Grayscale: #9A9A9A. Windows color (decimal): -5730886 or 12225960. OLE color: 12225960.

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

Color convert

RGB 168 141 186 -
CMYK 0.10 0.24 0 0.27
HSL 276º 0.25% 0.64% -
HSV(B) 276º 0.24% 0.73% -
XYZ 34.54 30.92 50.6 -
YUV 154.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 168 141 186 0.10 0.24 0 0.27 276 0.25 0.64
Hex A8 8D BA A 18 0 1B 114 19 40
Octal 250 215 272 12 30 0 33 424 31 100
Binary 10101000 10001101 10111010 1010 11000 0 11011 100010100 11001 1000000

Color Harmonies of #A88DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DBA

Black with #A88DBA

Text Example


Text Example

White with #A88DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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