#A9B7FF

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

Shades of Perano #A9B7FF

Tints of Perano #A9B7FF

Color information

#A9B7FF (or 0xA9B7FF) is unknown color: approx Perano. HEX triplet: A9, B7 and FF. RGB value is (169,183,255). Sum of RGB (Red+Green+Blue) = 169+183+255=607 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.84% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9B7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B7FF is #564800. Grayscale: #BABABA. Windows color (decimal): -5654529 or 16758697. OLE color: 16758697.

HSL color Cylindrical-coordinate representation of color #A9B7FF: hue angle of 230.23º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9B7FF is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169183255-
CMYK0.340.2800
HSL230.23º100%83.14%-
HSV(B)230.23º33.73%100%-
XYZ51.3549.52101.46-
YUV187.02166.36115.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.84%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 255 (100% from 255) = 42.01%
R=27.84%
G=30.15%
B=42.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691832550.340.2800230.2310083.14
HexA9B7FF221C00e66453
Octal251267377423400346144123
Binary10101001101101111111111110001011100001110011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B7FF; }

 p { color: rgb(169,183,255); }

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

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

 a { background-color: rgb(169,183,255); }

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

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

 span { border-color: rgb(169,183,255); }

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