#A7AAFD

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

Shades of Perano #A7AAFD

Tints of Perano #A7AAFD

Color information

#A7AAFD (or 0xA7AAFD) is unknown color: approx Perano. HEX triplet: A7, AA and FD. RGB value is (167,170,253). Sum of RGB (Red+Green+Blue) = 167+170+253=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 170 (66.80% from 255 or 28.81% 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 #A7AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AAFD is #585502. Grayscale: #B2B2B2. Windows color (decimal): -5788931 or 16624295. OLE color: 16624295.

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

Color convert

RGB167170253-
CMYK0.340.3300.01
HSL237.91º95.56%82.35%-
HSV(B)237.91º33.99%99.22%-
XYZ48.0444.0698.9-
YUV178.56170.01119.75-

RGB Variations

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

RGB

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

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
Decimal1671702530.340.3300.01237.9195.5682.35
HexA7AAFD222101ee6052
Octal247252375424101356140122
Binary101001111010101011111101100010100001011110111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AAFD; }

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

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

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

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

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

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

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

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