#A7B1FC

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

Shades of Perano #A7B1FC

Tints of Perano #A7B1FC

Color information

#A7B1FC (or 0xA7B1FC) is unknown color: approx Perano. HEX triplet: A7, B1 and FC. RGB value is (167,177,252). Sum of RGB (Red+Green+Blue) = 167+177+252=596 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.02% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7B1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7B1FC is #584E03. Grayscale: #B6B6B6. Windows color (decimal): -5787140 or 16560551. OLE color: 16560551.

HSL color Cylindrical-coordinate representation of color #A7B1FC: hue angle of 232.94º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7B1FC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167177252-
CMYK0.340.3000.01
HSL232.94º93.41%82.16%-
HSV(B)232.94º33.73%98.82%-
XYZ49.2346.6998.51-
YUV182.56167.19116.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.02%
GREEN value IS 177 (69.53% from 255) = 29.70%
BLUE value IS 252 (98.83% from 255) = 42.28%
R=28.02%
G=29.70%
B=42.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671772520.340.3000.01232.9493.4182.16
HexA7B1FC221E01e95d52
Octal247261374423601351135122
Binary10100111101100011111110010001011110011110100110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B1FC; }

 p { color: rgb(167,177,252); }

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

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

 a { background-color: rgb(167,177,252); }

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

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

 span { border-color: rgb(167,177,252); }

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