#A7ACEB

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

Shades of Perano #A7ACEB

Tints of Perano #A7ACEB

Color information

#A7ACEB (or 0xA7ACEB) is unknown color: approx Perano. HEX triplet: A7, AC and EB. RGB value is (167,172,235). Sum of RGB (Red+Green+Blue) = 167+172+235=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7ACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ACEB is #585314. Grayscale: #B1B1B1. Windows color (decimal): -5788437 or 15445159. OLE color: 15445159.

HSL color Cylindrical-coordinate representation of color #A7ACEB: hue angle of 235.59º 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 #A7ACEB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167172235-
CMYK0.290.2700.08
HSL235.59º62.96%78.82%-
HSV(B)235.59º28.94%92.16%-
XYZ45.6843.7284.63-
YUV177.69160.34120.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.09%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=29.09%
G=29.97%
B=40.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671722350.290.2700.08235.5962.9678.82
HexA7ACEB1D1B08ec3f4f
Octal247254353353301035477117
Binary101001111010110011101011111011101101000111011001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACEB; }

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

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

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

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

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

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

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

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