#A4B3FB

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

Shades of Perano #A4B3FB

Tints of Perano #A4B3FB

Color information

#A4B3FB (or 0xA4B3FB) is unknown color: approx Perano. HEX triplet: A4, B3 and FB. RGB value is (164,179,251). Sum of RGB (Red+Green+Blue) = 164+179+251=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4B3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B3FB is #5B4C04. Grayscale: #B6B6B6. Windows color (decimal): -5983237 or 16495524. OLE color: 16495524.

HSL color Cylindrical-coordinate representation of color #A4B3FB: hue angle of 229.66º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4B3FB is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164179251-
CMYK0.350.2900.02
HSL229.66º91.58%81.37%-
HSV(B)229.66º34.66%98.43%-
XYZ48.8447.197.78-
YUV182.72166.53114.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.61%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=27.61%
G=30.13%
B=42.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641792510.350.2900.02229.6691.5881.37
HexA4B3FB231D02e65c51
Octal244263373433502346134121
Binary101001001011001111111011100011111010101110011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B3FB; }

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

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

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

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

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

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

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

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