#A7A9FD

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

Shades of Perano #A7A9FD

Tints of Perano #A7A9FD

Color information

#A7A9FD (or 0xA7A9FD) is unknown color: approx Perano. HEX triplet: A7, A9 and FD. RGB value is (167,169,253). Sum of RGB (Red+Green+Blue) = 167+169+253=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7A9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A9FD is #585602. Grayscale: #B1B1B1. Windows color (decimal): -5789187 or 16624039. OLE color: 16624039.

HSL color Cylindrical-coordinate representation of color #A7A9FD: hue angle of 238.6º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7A9FD is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167169253-
CMYK0.340.3300.01
HSL238.6º95.56%82.35%-
HSV(B)238.6º33.99%99.22%-
XYZ47.8543.6898.84-
YUV177.98170.34120.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.35%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=28.35%
G=28.69%
B=42.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671692530.340.3300.01238.695.5682.35
HexA7A9FD222101ef6052
Octal247251375424101357140122
Binary101001111010100111111101100010100001011110111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A9FD; }

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

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

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

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

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

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

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

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