#AAA7FD

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

Shades of Perano #AAA7FD

Tints of Perano #AAA7FD

Color information

#AAA7FD (or 0xAAA7FD) is unknown color: approx Perano. HEX triplet: AA, A7 and FD. RGB value is (170,167,253). Sum of RGB (Red+Green+Blue) = 170+167+253=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAA7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA7FD is #555802. Grayscale: #B1B1B1. Windows color (decimal): -5593091 or 16623530. OLE color: 16623530.

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

Color convert

RGB170167253-
CMYK0.330.3400.01
HSL242.09º95.56%82.35%-
HSV(B)242.09º33.99%99.22%-
XYZ48.1343.2898.74-
YUV177.7170.49122.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=28.81%
G=28.31%
B=42.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701672530.330.3400.01242.0995.5682.35
HexAAA7FD212201f26052
Octal252247375414201362140122
Binary101010101010011111111101100001100010011111001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7FD; }

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

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

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

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

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

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

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

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