#A88FC4

Color #A88FC4 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A88FC4

Tints of East Side #A88FC4

Color information

#A88FC4 (or 0xA88FC4) is unknown color: approx East Side. HEX triplet: A8, 8F and C4. RGB value is (168,143,196). Sum of RGB (Red+Green+Blue) = 168+143+196=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #A88FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FC4 is #57703B. Grayscale: #9C9C9C. Windows color (decimal): -5730364 or 12881832. OLE color: 12881832.

HSL color Cylindrical-coordinate representation of color #A88FC4: hue angle of 268.3º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A88FC4 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168143196-
CMYK0.140.2700.23
HSL268.3º30.99%66.47%-
HSV(B)268.3º27.04%76.86%-
XYZ35.9331.9656.5-
YUV156.52150.28136.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=33.14%
G=28.21%
B=38.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681431960.140.2700.23268.330.9966.47
HexA88FC4E1B01710c1f42
Octal250217304163302741437102
Binary101010001000111111000100111011011010111100001100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FC4; }

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

 H1.HeaderClassName
 {
   color: #A88FC4;
 }
 .AnyTagClassName
 {
   color: #A88FC4;
 }
</style>
background-color css

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

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

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

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

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

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