Html Css Color HEX #A88FBE East Side

📋 copy color: '#A88FBE'

red 168 ◦ green 143 ◦ blue 190

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

Shades of East Side #A88FBE

Tints of East Side #A88FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.54%

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

R = 33.53%
G = 28.54%
B = 37.92%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A88FBE (or 0xA88FBE) is known color: East Side. HEX triplet: A8, 8F and BE. RGB value is (168,143,190). Sum of RGB (Red+Green+Blue) = 168+143+190=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #A88FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FBE is #577041. Grayscale: #9B9B9B. Windows color (decimal): -5730370 or 12488616. OLE color: 12488616.

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

Color convert

RGB 168 143 190 -
CMYK 0.12 0.25 0 0.25
HSL 271.91º 0.27% 0.65% -
HSV(B) 271.91º 0.25% 0.75% -
XYZ 35.27 31.69 52.97 -
YUV 155.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 168 143 190 0.12 0.25 0 0.25 271.91 0.27 0.65
Hex A8 8F BE C 19 0 19 110 1B 41
Octal 250 217 276 14 31 0 31 420 33 101
Binary 10101000 10001111 10111110 1100 11001 0 11001 100010000 11011 1000001

Color Harmonies of #A88FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FBE

Black with #A88FBE

Text Example


Text Example

White with #A88FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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