#A6B3FE

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

Shades of Perano #A6B3FE

Tints of Perano #A6B3FE

Color information

#A6B3FE (or 0xA6B3FE) is unknown color: approx Perano. HEX triplet: A6, B3 and FE. RGB value is (166,179,254). Sum of RGB (Red+Green+Blue) = 166+179+254=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B3FE is #594C01. Grayscale: #B7B7B7. Windows color (decimal): -5852162 or 16692134. OLE color: 16692134.

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

Color convert

RGB166179254-
CMYK0.350.3000.00
HSL231.14º97.78%82.35%-
HSV(B)231.14º34.65%99.61%-
XYZ49.7447.5100.31-
YUV183.66167.69115.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.71%
GREEN value IS 179 (70.31% from 255) = 29.88%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=27.71%
G=29.88%
B=42.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661792540.350.3000.00231.1497.7882.35
HexA6B3FE231E00e76252
Octal246263376433600347142122
Binary10100110101100111111111010001111110001110011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B3FE; }

 p { color: rgb(166,179,254); }

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

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

 a { background-color: rgb(166,179,254); }

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

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

 span { border-color: rgb(166,179,254); }

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