#A4B3EB

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

Shades of Perano #A4B3EB

Tints of Perano #A4B3EB

Color information

#A4B3EB (or 0xA4B3EB) is unknown color: approx Perano. HEX triplet: A4, B3 and EB. RGB value is (164,179,235). Sum of RGB (Red+Green+Blue) = 164+179+235=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4B3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B3EB is #5B4C14. Grayscale: #B4B4B4. Windows color (decimal): -5983253 or 15446948. OLE color: 15446948.

HSL color Cylindrical-coordinate representation of color #A4B3EB: hue angle of 227.32º degrees, saturation: 0.64, 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 #A4B3EB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164179235-
CMYK0.300.2400.08
HSL227.32º63.96%78.24%-
HSV(B)227.32º30.21%92.16%-
XYZ46.4346.1385.05-
YUV180.9158.53115.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.37%
GREEN value IS 179 (70.31% from 255) = 30.97%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=28.37%
G=30.97%
B=40.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641792350.300.2400.08227.3263.9678.24
HexA4B3EB1E1808e3404e
Octal2442633533630010343100116
Binary1010010010110011111010111111011000010001110001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B3EB; }

 p { color: rgb(164,179,235); }

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

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

 a { background-color: rgb(164,179,235); }

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

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

 span { border-color: rgb(164,179,235); }

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