#A7A9FF

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

Shades of Perano #A7A9FF

Tints of Perano #A7A9FF

Color information

#A7A9FF (or 0xA7A9FF) is unknown color: approx Perano. HEX triplet: A7, A9 and FF. RGB value is (167,169,255). Sum of RGB (Red+Green+Blue) = 167+169+255=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7A9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A9FF is #585600. Grayscale: #B1B1B1. Windows color (decimal): -5789185 or 16755111. OLE color: 16755111.

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

Color convert

RGB167169255-
CMYK0.350.3400
HSL238.64º100%82.75%-
HSV(B)238.64º34.51%100%-
XYZ48.1743.81100.53-
YUV178.21171.34120.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.26%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 255 (100% from 255) = 43.15%
R=28.26%
G=28.60%
B=43.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671692550.350.3400238.6410082.75
HexA7A9FF232200ef6453
Octal247251377434200357144123
Binary101001111010100111111111100011100010001110111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A9FF; }

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

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

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

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

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

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

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

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