Html Css Color HEX #A88ABC East Side

📋 copy color: '#A88ABC'

red 168 ◦ green 138 ◦ blue 188

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

Shades of East Side #A88ABC

Tints of East Side #A88ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.94%

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 34.01%
G = 27.94%
B = 38.06%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A88ABC (or 0xA88ABC) is known color: East Side. HEX triplet: A8, 8A and BC. RGB value is (168,138,188). Sum of RGB (Red+Green+Blue) = 168+138+188=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A88ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ABC is #577543. Grayscale: #989898. Windows color (decimal): -5731652 or 12356264. OLE color: 12356264.

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

Color convert

RGB 168 138 188 -
CMYK 0.11 0.27 0 0.26
HSL 276º 0.27% 0.64% -
HSV(B) 276º 0.27% 0.74% -
XYZ 34.31 30.13 51.58 -
YUV 152.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 168 138 188 0.11 0.27 0 0.26 276 0.27 0.64
Hex A8 8A BC B 1B 0 1A 114 1B 40
Octal 250 212 274 13 33 0 32 424 33 100
Binary 10101000 10001010 10111100 1011 11011 0 11010 100010100 11011 1000000

Color Harmonies of #A88ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ABC

Black with #A88ABC

Text Example


Text Example

White with #A88ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ABC; }

 p { color: rgb(168,138,188); }

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

background-color css

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

 a { background-color: rgb(168,138,188); }

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

border-color css

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

 span { border-color: rgb(168,138,188); }

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