#A89FFA

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

Shades of Perano #A89FFA

Tints of Perano #A89FFA

Color information

#A89FFA (or 0xA89FFA) is unknown color: approx Perano. HEX triplet: A8, 9F and FA. RGB value is (168,159,250). Sum of RGB (Red+Green+Blue) = 168+159+250=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #A89FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89FFA is #576005. Grayscale: #ABABAB. Windows color (decimal): -5726214 or 16424872. OLE color: 16424872.

HSL color Cylindrical-coordinate representation of color #A89FFA: hue angle of 245.93º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A89FFA is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168159250-
CMYK0.330.3600.02
HSL245.93º90.1%80.2%-
HSV(B)245.93º36.4%98.04%-
XYZ45.840.0295.75-
YUV172.06171.98125.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.12%
GREEN value IS 159 (62.5% from 255) = 27.56%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=29.12%
G=27.56%
B=43.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681592500.330.3600.02245.9390.180.2
HexA89FFA212402f65a50
Octal250237372414402366132120
Binary1010100010011111111110101000011001000101111011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FFA; }

 p { color: rgb(168,159,250); }

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

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

 a { background-color: rgb(168,159,250); }

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

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

 span { border-color: rgb(168,159,250); }

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