#A4B8FF

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

Shades of Perano #A4B8FF

Tints of Perano #A4B8FF

Color information

#A4B8FF (or 0xA4B8FF) is unknown color: approx Perano. HEX triplet: A4, B8 and FF. RGB value is (164,184,255). Sum of RGB (Red+Green+Blue) = 164+184+255=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4B8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B8FF is #5B4700. Grayscale: #B9B9B9. Windows color (decimal): -5981953 or 16758948. OLE color: 16758948.

HSL color Cylindrical-coordinate representation of color #A4B8FF: hue angle of 226.81º 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 #A4B8FF is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164184255-
CMYK0.360.2800
HSL226.81º100%82.16%-
HSV(B)226.81º35.69%100%-
XYZ50.549.39101.48-
YUV186.11166.87112.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 184 (72.27% from 255) = 30.51%
BLUE value IS 255 (100% from 255) = 42.29%
R=27.20%
G=30.51%
B=42.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641842550.360.2800226.8110082.16
HexA4B8FF241C00e36452
Octal244270377443400343144122
Binary10100100101110001111111110010011100001110001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B8FF; }

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

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

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

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

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

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

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

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