#A88FC5

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

Shades of Cold Purple #A88FC5

Tints of Cold Purple #A88FC5

Color information

#A88FC5 (or 0xA88FC5) is unknown color: approx Cold Purple. HEX triplet: A8, 8F and C5. RGB value is (168,143,197). Sum of RGB (Red+Green+Blue) = 168+143+197=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #A88FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FC5 is #57703A. Grayscale: #9C9C9C. Windows color (decimal): -5730363 or 12947368. OLE color: 12947368.

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

Color convert

RGB168143197-
CMYK0.150.2700.23
HSL267.78º31.76%66.67%-
HSV(B)267.78º27.41%77.25%-
XYZ36.053257.1-
YUV156.63150.78136.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=33.07%
G=28.15%
B=38.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681431970.150.2700.23267.7831.7666.67
HexA88FC5F1B01710c2043
Octal250217305173302741440103
Binary1010100010001111110001011111110110101111000011001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FC5; }

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

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

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

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

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

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

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

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