#A9B3EA

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

Shades of Perano #A9B3EA

Tints of Perano #A9B3EA

Color information

#A9B3EA (or 0xA9B3EA) is unknown color: approx Perano. HEX triplet: A9, B3 and EA. RGB value is (169,179,234). Sum of RGB (Red+Green+Blue) = 169+179+234=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9B3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B3EA is #564C15. Grayscale: #B6B6B6. Windows color (decimal): -5655574 or 15381417. OLE color: 15381417.

HSL color Cylindrical-coordinate representation of color #A9B3EA: hue angle of 230.77º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9B3EA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169179234-
CMYK0.280.2400.08
HSL230.77º60.75%79.02%-
HSV(B)230.77º27.78%91.76%-
XYZ47.3346.6284.34-
YUV182.28157.19118.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.04%
GREEN value IS 179 (70.31% from 255) = 30.76%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=29.04%
G=30.76%
B=40.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691792340.280.2400.08230.7760.7579.02
HexA9B3EA1C1808e73d4f
Octal251263352343001034775117
Binary101010011011001111101010111001100001000111001111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3EA; }

 p { color: rgb(169,179,234); }

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

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

 a { background-color: rgb(169,179,234); }

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

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

 span { border-color: rgb(169,179,234); }

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