#A9ABFA

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

Shades of Perano #A9ABFA

Tints of Perano #A9ABFA

Color information

#A9ABFA (or 0xA9ABFA) is unknown color: approx Perano. HEX triplet: A9, AB and FA. RGB value is (169,171,250). Sum of RGB (Red+Green+Blue) = 169+171+250=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABFA is #565405. Grayscale: #B3B3B3. Windows color (decimal): -5657606 or 16427945. OLE color: 16427945.

HSL color Cylindrical-coordinate representation of color #A9ABFA: hue angle of 238.52º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9ABFA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169171250-
CMYK0.320.3200.02
HSL238.52º89.01%82.16%-
HSV(B)238.52º32.4%98.04%-
XYZ48.1844.4696.49-
YUV179.41167.84120.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.64%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=28.64%
G=28.98%
B=42.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691712500.320.3200.02238.5289.0182.16
HexA9ABFA202002ef5952
Octal251253372404002357131122
Binary1010100110101011111110101000001000000101110111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABFA; }

 p { color: rgb(169,171,250); }

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

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

 a { background-color: rgb(169,171,250); }

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

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

 span { border-color: rgb(169,171,250); }

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