#A9A7FF

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

Shades of Perano #A9A7FF

Tints of Perano #A9A7FF

Color information

#A9A7FF (or 0xA9A7FF) is unknown color: approx Perano. HEX triplet: A9, A7 and FF. RGB value is (169,167,255). Sum of RGB (Red+Green+Blue) = 169+167+255=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 167 (65.62% from 255 or 28.26% 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 #A9A7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A7FF is #565800. Grayscale: #B1B1B1. Windows color (decimal): -5658625 or 16754601. OLE color: 16754601.

HSL color Cylindrical-coordinate representation of color #A9A7FF: hue angle of 241.36º 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 #A9A7FF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169167255-
CMYK0.340.3500
HSL241.36º100%82.75%-
HSV(B)241.36º34.51%100%-
XYZ48.2343.29100.42-
YUV177.63171.66121.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691672550.340.3500241.3610082.75
HexA9A7FF222300f16453
Octal251247377424300361144123
Binary101010011010011111111111100010100011001111000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A7FF; }

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

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

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

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

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

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

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

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