#A4B7FF

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

Shades of Perano #A4B7FF

Tints of Perano #A4B7FF

Color information

#A4B7FF (or 0xA4B7FF) is unknown color: approx Perano. HEX triplet: A4, B7 and FF. RGB value is (164,183,255). Sum of RGB (Red+Green+Blue) = 164+183+255=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4B7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B7FF is #5B4800. Grayscale: #B9B9B9. Windows color (decimal): -5982209 or 16758692. OLE color: 16758692.

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

Color convert

RGB164183255-
CMYK0.360.2800
HSL227.47º100%82.16%-
HSV(B)227.47º35.69%100%-
XYZ50.2948.98101.41-
YUV185.53167.21112.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.24%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 255 (100% from 255) = 42.36%
R=27.24%
G=30.40%
B=42.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641832550.360.2800227.4710082.16
HexA4B7FF241C00e36452
Octal244267377443400343144122
Binary10100100101101111111111110010011100001110001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7FF; }

 p { color: rgb(164,183,255); }

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

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

 a { background-color: rgb(164,183,255); }

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

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

 span { border-color: rgb(164,183,255); }

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