#a4b0ea

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

Shades of Perano #A4B0EA

Tints of Perano #A4B0EA

Color information

#A4B0EA (or 0xA4B0EA) is unknown color: approx Perano. HEX triplet: A4, B0 and EA. RGB value is (164,176,234). Sum of RGB (Red+Green+Blue) = 164+176+234=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4B0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B0EA is #5B4F15. Grayscale: #B2B2B2. Windows color (decimal): -5984022 or 15380644. OLE color: 15380644.

HSL color Cylindrical-coordinate representation of color #A4B0EA: hue angle of 229.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4B0EA is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164176234-
CMYK0.300.2500.08
HSL229.71º62.5%78.04%-
HSV(B)229.71º29.91%91.76%-
XYZ45.6944.8884.1-
YUV179.02159.02117.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.57%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=28.57%
G=30.66%
B=40.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641762340.300.2500.08229.7162.578.04
HexA4B0EA1E1908e63e4e
Octal244260352363101034676116
Binary101001001011000011101010111101100101000111001101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4b0ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4b0ea; }

 p { color: rgb(164,176,234); }

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

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

 a { background-color: rgb(164,176,234); }

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

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

 span { border-color: rgb(164,176,234); }

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