#A88FC6

Color #A88FC6 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A88FC6

Tints of Cold Purple #A88FC6

Color information

#A88FC6 (or 0xA88FC6) is unknown color: approx Cold Purple. HEX triplet: A8, 8F and C6. RGB value is (168,143,198). Sum of RGB (Red+Green+Blue) = 168+143+198=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #A88FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FC6 is #577039. Grayscale: #9C9C9C. Windows color (decimal): -5730362 or 13012904. OLE color: 13012904.

HSL color Cylindrical-coordinate representation of color #A88FC6: hue angle of 267.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88FC6 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168143198-
CMYK0.150.2800.22
HSL267.27º32.54%66.86%-
HSV(B)267.27º27.78%77.65%-
XYZ36.1632.0557.71-
YUV156.74151.28136.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=33.01%
G=28.09%
B=38.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681431980.150.2800.22267.2732.5466.86
HexA88FC6F1C01610b2143
Octal250217306173402641341103
Binary1010100010001111110001101111111000101101000010111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FC6; }

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

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

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

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

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

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

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

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