#A4A8FB

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

Shades of Perano #A4A8FB

Tints of Perano #A4A8FB

Color information

#A4A8FB (or 0xA4A8FB) is unknown color: approx Perano. HEX triplet: A4, A8 and FB. RGB value is (164,168,251). Sum of RGB (Red+Green+Blue) = 164+168+251=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4A8FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A8FB is #5B5704. Grayscale: #AFAFAF. Windows color (decimal): -5986053 or 16492708. OLE color: 16492708.

HSL color Cylindrical-coordinate representation of color #A4A8FB: hue angle of 237.24º 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 #A4A8FB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164168251-
CMYK0.350.3300.02
HSL237.24º91.58%81.37%-
HSV(B)237.24º34.66%98.43%-
XYZ46.7342.8697.08-
YUV176.27170.17119.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.13%
GREEN value IS 168 (66.02% from 255) = 28.82%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=28.13%
G=28.82%
B=43.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641682510.350.3300.02237.2491.5881.37
HexA4A8FB232102ed5c51
Octal244250373434102355134121
Binary1010010010101000111110111000111000010101110110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A8FB; }

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

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

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

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

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

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

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

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