#A4B3EE

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

Shades of Perano #A4B3EE

Tints of Perano #A4B3EE

Color information

#A4B3EE (or 0xA4B3EE) is unknown color: approx Perano. HEX triplet: A4, B3 and EE. RGB value is (164,179,238). Sum of RGB (Red+Green+Blue) = 164+179+238=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4B3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B3EE is #5B4C11. Grayscale: #B4B4B4. Windows color (decimal): -5983250 or 15643556. OLE color: 15643556.

HSL color Cylindrical-coordinate representation of color #A4B3EE: hue angle of 227.84º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B3EE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164179238-
CMYK0.310.2500.07
HSL227.84º68.52%78.82%-
HSV(B)227.84º31.09%93.33%-
XYZ46.8646.3187.36-
YUV181.24160.03115.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.23%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=28.23%
G=30.81%
B=40.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641792380.310.2500.07227.8468.5278.82
HexA4B3EE1F1907e4454f
Octal244263356373107344105117
Binary101001001011001111101110111111100101111110010010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B3EE; }

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

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

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

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

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

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

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

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