#A3B7EF

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

Shades of Perano #A3B7EF

Tints of Perano #A3B7EF

Color information

#A3B7EF (or 0xA3B7EF) is unknown color: approx Perano. HEX triplet: A3, B7 and EF. RGB value is (163,183,239). Sum of RGB (Red+Green+Blue) = 163+183+239=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B7EF is #5C4810. Grayscale: #B7B7B7. Windows color (decimal): -6047761 or 15710115. OLE color: 15710115.

HSL color Cylindrical-coordinate representation of color #A3B7EF: hue angle of 224.21º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3B7EF is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB163183239-
CMYK0.320.2300.06
HSL224.21º70.37%78.82%-
HSV(B)224.21º31.8%93.73%-
XYZ47.6247.8988.39-
YUV183.4159.37113.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.86%
GREEN value IS 183 (71.88% from 255) = 31.28%
BLUE value IS 239 (93.75% from 255) = 40.85%
R=27.86%
G=31.28%
B=40.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1631832390.320.2300.06224.2170.3778.82
HexA3B7EF201706e0464f
Octal243267357402706340106117
Binary1010001110110111111011111000001011101101110000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B7EF; }

 p { color: rgb(163,183,239); }

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

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

 a { background-color: rgb(163,183,239); }

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

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

 span { border-color: rgb(163,183,239); }

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