#A3B0FE

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

Shades of Perano #A3B0FE

Tints of Perano #A3B0FE

Color information

#A3B0FE (or 0xA3B0FE) is unknown color: approx Perano. HEX triplet: A3, B0 and FE. RGB value is (163,176,254). Sum of RGB (Red+Green+Blue) = 163+176+254=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3B0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3B0FE is #5C4F01. Grayscale: #B4B4B4. Windows color (decimal): -6049538 or 16691363. OLE color: 16691363.

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

Color convert

RGB163176254-
CMYK0.360.3100.00
HSL231.43º97.85%81.76%-
HSV(B)231.43º35.83%99.61%-
XYZ48.5245.99100.09-
YUV181169.19115.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.49%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=27.49%
G=29.68%
B=42.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631762540.360.3100.00231.4397.8581.76
HexA3B0FE241F00e76252
Octal243260376443700347142122
Binary10100011101100001111111010010011111001110011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B0FE; }

 p { color: rgb(163,176,254); }

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

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

 a { background-color: rgb(163,176,254); }

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

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

 span { border-color: rgb(163,176,254); }

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