#A7B0FA

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

Shades of Perano #A7B0FA

Tints of Perano #A7B0FA

Color information

#A7B0FA (or 0xA7B0FA) is unknown color: approx Perano. HEX triplet: A7, B0 and FA. RGB value is (167,176,250). Sum of RGB (Red+Green+Blue) = 167+176+250=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7B0FA is #584F05. Grayscale: #B5B5B5. Windows color (decimal): -5787398 or 16429223. OLE color: 16429223.

HSL color Cylindrical-coordinate representation of color #A7B0FA: hue angle of 233.49º 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 #A7B0FA is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167176250-
CMYK0.330.3000.02
HSL233.49º89.25%81.76%-
HSV(B)233.49º33.2%98.04%-
XYZ48.7246.1796.79-
YUV181.74166.52117.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.16%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=28.16%
G=29.68%
B=42.16%

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
Decimal1671762500.330.3000.02233.4989.2581.76
HexA7B0FA211E02e95952
Octal247260372413602351131122
Binary101001111011000011111010100001111100101110100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B0FA; }

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

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

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

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

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

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

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

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