#A6B0FA

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

Shades of Perano #A6B0FA

Tints of Perano #A6B0FA

Color information

#A6B0FA (or 0xA6B0FA) is unknown color: approx Perano. HEX triplet: A6, B0 and FA. RGB value is (166,176,250). Sum of RGB (Red+Green+Blue) = 166+176+250=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B0FA is #594F05. Grayscale: #B5B5B5. Windows color (decimal): -5852934 or 16429222. OLE color: 16429222.

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

Color convert

RGB166176250-
CMYK0.340.3000.02
HSL232.86º89.36%81.57%-
HSV(B)232.86º33.6%98.04%-
XYZ48.5146.0696.78-
YUV181.45166.69116.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.04%
GREEN value IS 176 (69.14% from 255) = 29.73%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=28.04%
G=29.73%
B=42.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661762500.340.3000.02232.8689.3681.57
HexA6B0FA221E02e95952
Octal246260372423602351131122
Binary101001101011000011111010100010111100101110100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B0FA; }

 p { color: rgb(166,176,250); }

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

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

 a { background-color: rgb(166,176,250); }

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

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

 span { border-color: rgb(166,176,250); }

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