#A8B0FA

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

Shades of Perano #A8B0FA

Tints of Perano #A8B0FA

Color information

#A8B0FA (or 0xA8B0FA) is unknown color: approx Perano. HEX triplet: A8, B0 and FA. RGB value is (168,176,250). Sum of RGB (Red+Green+Blue) = 168+176+250=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B0FA is #574F05. Grayscale: #B5B5B5. Windows color (decimal): -5721862 or 16429224. OLE color: 16429224.

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

Color convert

RGB168176250-
CMYK0.330.3000.02
HSL234.15º89.13%81.96%-
HSV(B)234.15º32.8%98.04%-
XYZ48.9346.2896.8-
YUV182.04166.35117.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.28%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=28.28%
G=29.63%
B=42.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681762500.330.3000.02234.1589.1381.96
HexA8B0FA211E02ea5952
Octal250260372413602352131122
Binary101010001011000011111010100001111100101110101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B0FA; }

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

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

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

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

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

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

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

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