#A7AEE8

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

Shades of Perano #A7AEE8

Tints of Perano #A7AEE8

Color information

#A7AEE8 (or 0xA7AEE8) is unknown color: approx Perano. HEX triplet: A7, AE and E8. RGB value is (167,174,232). Sum of RGB (Red+Green+Blue) = 167+174+232=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #A7AEE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AEE8 is #585117. Grayscale: #B2B2B2. Windows color (decimal): -5787928 or 15249063. OLE color: 15249063.

HSL color Cylindrical-coordinate representation of color #A7AEE8: hue angle of 233.54º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7AEE8 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167174232-
CMYK0.280.2500.09
HSL233.54º58.56%78.24%-
HSV(B)233.54º28.02%90.98%-
XYZ45.6444.3182.49-
YUV178.52158.18119.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.14%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 232 (91.02% from 255) = 40.49%
R=29.14%
G=30.37%
B=40.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671742320.280.2500.09233.5458.5678.24
HexA7AEE81C1909ea3b4e
Octal247256350343101135273116
Binary101001111010111011101000111001100101001111010101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEE8; }

 p { color: rgb(167,174,232); }

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

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

 a { background-color: rgb(167,174,232); }

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

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

 span { border-color: rgb(167,174,232); }

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