#A7AEEB

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

Shades of Perano #A7AEEB

Tints of Perano #A7AEEB

Color information

#A7AEEB (or 0xA7AEEB) is unknown color: approx Perano. HEX triplet: A7, AE and EB. RGB value is (167,174,235). Sum of RGB (Red+Green+Blue) = 167+174+235=576 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.99% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AEEB is #585114. Grayscale: #B2B2B2. Windows color (decimal): -5787925 or 15445671. OLE color: 15445671.

HSL color Cylindrical-coordinate representation of color #A7AEEB: hue angle of 233.82º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7AEEB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167174235-
CMYK0.290.2600.08
HSL233.82º62.96%78.82%-
HSV(B)233.82º28.94%92.16%-
XYZ46.0744.4984.76-
YUV178.86159.68119.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.99%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=28.99%
G=30.21%
B=40.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671742350.290.2600.08233.8262.9678.82
HexA7AEEB1D1A08ea3f4f
Octal247256353353201035277117
Binary101001111010111011101011111011101001000111010101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEEB; }

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

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

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

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

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

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

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

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