#A4B4FE

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

Shades of Perano #A4B4FE

Tints of Perano #A4B4FE

Color information

#A4B4FE (or 0xA4B4FE) is unknown color: approx Perano. HEX triplet: A4, B4 and FE. RGB value is (164,180,254). Sum of RGB (Red+Green+Blue) = 164+180+254=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4B4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B4FE is #5B4B01. Grayscale: #B7B7B7. Windows color (decimal): -5982978 or 16692388. OLE color: 16692388.

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

Color convert

RGB164180254-
CMYK0.350.2900.00
HSL229.33º97.83%81.96%-
HSV(B)229.33º35.43%99.61%-
XYZ49.5247.69100.36-
YUV183.65167.7113.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.42%
GREEN value IS 180 (70.70% from 255) = 30.10%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=27.42%
G=30.10%
B=42.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641802540.350.2900.00229.3397.8381.96
HexA4B4FE231D00e56252
Octal244264376433500345142122
Binary10100100101101001111111010001111101001110010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B4FE; }

 p { color: rgb(164,180,254); }

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

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

 a { background-color: rgb(164,180,254); }

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

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

 span { border-color: rgb(164,180,254); }

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