Html Css Color HEX #A88BBB East Side

📋 copy color: '#A88BBB'

red 168 ◦ green 139 ◦ blue 187

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

Shades of East Side #A88BBB

Tints of East Side #A88BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 34.01%
G = 28.14%
B = 37.85%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A88BBB (or 0xA88BBB) is known color: East Side. HEX triplet: A8, 8B and BB. RGB value is (168,139,187). Sum of RGB (Red+Green+Blue) = 168+139+187=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #A88BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BBB is #577444. Grayscale: #989898. Windows color (decimal): -5731397 or 12290984. OLE color: 12290984.

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

Color convert

RGB 168 139 187 -
CMYK 0.10 0.26 0 0.27
HSL 276.25º 0.26% 0.64% -
HSV(B) 276.25º 0.26% 0.73% -
XYZ 34.35 30.38 51.07 -
YUV 153.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 168 139 187 0.10 0.26 0 0.27 276.25 0.26 0.64
Hex A8 8B BB A 1A 0 1B 114 1A 40
Octal 250 213 273 12 32 0 33 424 32 100
Binary 10101000 10001011 10111011 1010 11010 0 11011 100010100 11010 1000000

Color Harmonies of #A88BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BBB

Black with #A88BBB

Text Example


Text Example

White with #A88BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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