#A7AEDD

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

Shades of Perano #A7AEDD

Tints of Perano #A7AEDD

Color information

#A7AEDD (or 0xA7AEDD) is unknown color: approx Perano. HEX triplet: A7, AE and DD. RGB value is (167,174,221). Sum of RGB (Red+Green+Blue) = 167+174+221=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AEDD is #585122. Grayscale: #B1B1B1. Windows color (decimal): -5787939 or 14528167. OLE color: 14528167.

HSL color Cylindrical-coordinate representation of color #A7AEDD: hue angle of 232.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7AEDD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167174221-
CMYK0.240.2100.13
HSL232.22º44.26%76.08%-
HSV(B)232.22º24.43%86.67%-
XYZ44.1243.7174.52-
YUV177.26152.68120.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.72%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=29.72%
G=30.96%
B=39.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671742210.240.2100.13232.2244.2676.08
HexA7AEDD18150De82c4c
Octal247256335302501535054114
Binary101001111010111011011101110001010101101111010001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEDD; }

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

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

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

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

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

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

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

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