#A9ABE4

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

Shades of Perano #A9ABE4

Tints of Perano #A9ABE4

Color information

#A9ABE4 (or 0xA9ABE4) is unknown color: approx Perano. HEX triplet: A9, AB and E4. RGB value is (169,171,228). Sum of RGB (Red+Green+Blue) = 169+171+228=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #A9ABE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABE4 is #56541B. Grayscale: #B0B0B0. Windows color (decimal): -5657628 or 14986153. OLE color: 14986153.

HSL color Cylindrical-coordinate representation of color #A9ABE4: hue angle of 237.97º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9ABE4 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169171228-
CMYK0.260.2500.11
HSL237.97º52.21%77.84%-
HSV(B)237.97º25.88%89.41%-
XYZ44.9343.1679.36-
YUV176.9156.84122.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 228 (89.45% from 255) = 40.14%
R=29.75%
G=30.11%
B=40.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691712280.260.2500.11237.9752.2177.84
HexA9ABE41A190Bee344e
Octal251253344323101335664116
Binary101010011010101111100100110101100101011111011101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABE4; }

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

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

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

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

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

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

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

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