Html Css Color HEX #A888BE East Side

📋 copy color: '#A888BE'

red 168 ◦ green 136 ◦ blue 190

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

Shades of East Side #A888BE

Tints of East Side #A888BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.53%

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 34.01%
G = 27.53%
B = 38.46%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A888BE (or 0xA888BE) is known color: East Side. HEX triplet: A8, 88 and BE. RGB value is (168,136,190). Sum of RGB (Red+Green+Blue) = 168+136+190=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A888BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888BE is #577741. Grayscale: #979797. Windows color (decimal): -5732162 or 12486824. OLE color: 12486824.

HSL color Cylindrical-coordinate representation of color #A888BE: hue angle of 275.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A888BE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 136 190 -
CMYK 0.12 0.28 0 0.25
HSL 275.56º 0.29% 0.64% -
HSV(B) 275.56º 0.28% 0.75% -
XYZ 34.25 29.65 52.63 -
YUV 151.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 168 136 190 0.12 0.28 0 0.25 275.56 0.29 0.64
Hex A8 88 BE C 1C 0 19 114 1D 40
Octal 250 210 276 14 34 0 31 424 35 100
Binary 10101000 10001000 10111110 1100 11100 0 11001 100010100 11101 1000000

Color Harmonies of #A888BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888BE

Black with #A888BE

Text Example


Text Example

White with #A888BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888BE; }

 p { color: rgb(168,136,190); }

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

background-color css

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

 a { background-color: rgb(168,136,190); }

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

border-color css

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

 span { border-color: rgb(168,136,190); }

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