#A7ACEA

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

Shades of Perano #A7ACEA

Tints of Perano #A7ACEA

Color information

#A7ACEA (or 0xA7ACEA) is unknown color: approx Perano. HEX triplet: A7, AC and EA. RGB value is (167,172,234). Sum of RGB (Red+Green+Blue) = 167+172+234=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ACEA is #585315. Grayscale: #B1B1B1. Windows color (decimal): -5788438 or 15379623. OLE color: 15379623.

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

Color convert

RGB167172234-
CMYK0.290.2600.08
HSL235.52º61.47%78.63%-
HSV(B)235.52º28.63%91.76%-
XYZ45.5443.6683.87-
YUV177.57159.84120.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.14%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=29.14%
G=30.02%
B=40.84%

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
Decimal1671722340.290.2600.08235.5261.4778.63
HexA7ACEA1D1A08ec3d4f
Octal247254352353201035475117
Binary101001111010110011101010111011101001000111011001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACEA; }

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

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

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

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

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

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

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

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