#A0A5CF

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

Shades of Blue Bell #A0A5CF

Tints of Blue Bell #A0A5CF

Color information

#A0A5CF (or 0xA0A5CF) is unknown color: approx Blue Bell. HEX triplet: A0, A5 and CF. RGB value is (160,165,207). Sum of RGB (Red+Green+Blue) = 160+165+207=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0A5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A5CF is #5F5A30. Grayscale: #A8A8A8. Windows color (decimal): -6249009 or 13608352. OLE color: 13608352.

HSL color Cylindrical-coordinate representation of color #A0A5CF: hue angle of 233.62º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0A5CF is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160165207-
CMYK0.230.2000.19
HSL233.62º32.87%71.96%-
HSV(B)233.62º22.71%81.18%-
XYZ39.2138.8964.47-
YUV168.29149.84122.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 165 (64.84% from 255) = 31.02%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=30.08%
G=31.02%
B=38.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601652070.230.2000.19233.6232.8771.96
HexA0A5CF1714013ea2148
Octal240245317272402335241110
Binary1010000010100101110011111011110100010011111010101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5CF; }

 p { color: rgb(160,165,207); }

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

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

 a { background-color: rgb(160,165,207); }

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

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

 span { border-color: rgb(160,165,207); }

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