#A4B6FA

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

Shades of Perano #A4B6FA

Tints of Perano #A4B6FA

Color information

#A4B6FA (or 0xA4B6FA) is unknown color: approx Perano. HEX triplet: A4, B6 and FA. RGB value is (164,182,250). Sum of RGB (Red+Green+Blue) = 164+182+250=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4B6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B6FA is #5B4905. Grayscale: #B8B8B8. Windows color (decimal): -5982470 or 16430756. OLE color: 16430756.

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

Color convert

RGB164182250-
CMYK0.340.2700.02
HSL227.44º89.58%81.18%-
HSV(B)227.44º34.4%98.04%-
XYZ49.2948.2597.16-
YUV184.37165.04113.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.52%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=27.52%
G=30.54%
B=41.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641822500.340.2700.02227.4489.5881.18
HexA4B6FA221B02e35a51
Octal244266372423302343132121
Binary101001001011011011111010100010110110101110001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6FA; }

 p { color: rgb(164,182,250); }

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

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

 a { background-color: rgb(164,182,250); }

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

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

 span { border-color: rgb(164,182,250); }

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